Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DModuleMap.h225 unsigned CurrentModuleScopeID = 0; variable
576 void finishModuleDeclarationScope() { CurrentModuleScopeID += 1; } in finishModuleDeclarationScope()
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()