Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp750 auto I = ASTUnitImporterMap.find(From.getTranslationUnitDecl()); in getOrCreateASTImporter()
751 if (I != ASTUnitImporterMap.end()) in getOrCreateASTImporter()
757 ASTUnitImporterMap[From.getTranslationUnitDecl()].reset(NewImporter); in getOrCreateASTImporter()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h214 ImporterMapTy ASTUnitImporterMap; variable