Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DModuleMap.h227 llvm::DenseMap<Module *, unsigned> ModuleScopeIDs; variable
580 assert(ModuleScopeIDs.count(ExistingModule) && "unknown module"); in mayShadowNewModule()
581 return ModuleScopeIDs[ExistingModule] < CurrentModuleScopeID; in mayShadowNewModule()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp831 ModuleScopeIDs[Result] = CurrentModuleScopeID; in findOrCreateModule()
1033 ModuleScopeIDs[Result] = CurrentModuleScopeID; in inferFrameworkModule()
1121 ModuleScopeIDs[Result] = CurrentModuleScopeID; in createShadowedModule()