Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h477 llvm::DenseMap<const Module *, const Module *> SameModuleLookupSet; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1124 auto Iter = SameModuleLookupSet.find(M); in isInSameModule()
1125 if (Iter != SameModuleLookupSet.end()) in isInSameModule()
1131 SameModuleLookupSet[M] = RepresentativeModule; in isInSameModule()