Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CrossTU/
DCrossTranslationUnit.cpp750 auto I = ASTUnitImporterMap.find(From.getTranslationUnitDecl()); in getOrCreateASTImporter()
751 if (I != ASTUnitImporterMap.end()) in getOrCreateASTImporter()
762 ASTUnitImporterMap[From.getTranslationUnitDecl()].reset(NewImporter); in getOrCreateASTImporter()
/external/llvm-project/clang/include/clang/CrossTU/
DCrossTranslationUnit.h216 ImporterMapTy ASTUnitImporterMap; variable