Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DModuleMap.h223 llvm::DenseMap<Module *, unsigned> ModuleScopeIDs; variable
563 assert(ModuleScopeIDs.count(ExistingModule) && "unknown module"); in mayShadowNewModule()
564 return ModuleScopeIDs[ExistingModule] < CurrentModuleScopeID; in mayShadowNewModule()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DModuleMap.cpp805 ModuleScopeIDs[Result] = CurrentModuleScopeID; in findOrCreateModule()
997 ModuleScopeIDs[Result] = CurrentModuleScopeID; in inferFrameworkModule()
1080 ModuleScopeIDs[Result] = CurrentModuleScopeID; in createShadowedModule()