Home
last modified time | relevance | path

Searched refs:getOrCreateASTImporter (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h210 ASTImporter &getOrCreateASTImporter(ASTUnit *Unit);
/openbsd/gnu/llvm/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp734 ASTImporter &Importer = getOrCreateASTImporter(Unit); in importDefinitionImpl()
782 CrossTranslationUnitContext::getOrCreateASTImporter(ASTUnit *Unit) { in getOrCreateASTImporter() function in clang::cross_tu::CrossTranslationUnitContext