Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp762 auto I = ASTUnitImporterMap.find(From.getTranslationUnitDecl()); in getOrCreateASTImporter()
763 if (I != ASTUnitImporterMap.end()) in getOrCreateASTImporter()
769 ASTUnitImporterMap[From.getTranslationUnitDecl()].reset(NewImporter); in getOrCreateASTImporter()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h215 ImporterMapTy ASTUnitImporterMap; variable