Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp786 auto I = ASTUnitImporterMap.find(From.getTranslationUnitDecl()); in getOrCreateASTImporter()
787 if (I != ASTUnitImporterMap.end()) in getOrCreateASTImporter()
793 ASTUnitImporterMap[From.getTranslationUnitDecl()].reset(NewImporter); in getOrCreateASTImporter()
/freebsd/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h225 ImporterMapTy ASTUnitImporterMap; variable