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.h492 mutable llvm::DenseMap<const Module *, const Module *> SameModuleLookupSet; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1188 auto Iter = SameModuleLookupSet.find(M); in isInSameModule()
1189 if (Iter != SameModuleLookupSet.end()) in isInSameModule()
1195 SameModuleLookupSet[M] = RepresentativeModule; in isInSameModule()