Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/CrossTU/
DCrossTranslationUnit.h201 ASTImporter &getOrCreateASTImporter(ASTUnit *Unit);
/external/llvm-project/clang/lib/CrossTU/
DCrossTranslationUnit.cpp698 ASTImporter &Importer = getOrCreateASTImporter(Unit); in importDefinitionImpl()
747 CrossTranslationUnitContext::getOrCreateASTImporter(ASTUnit *Unit) { in getOrCreateASTImporter() function in clang::cross_tu::CrossTranslationUnitContext