Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Lex/
DModuleMap.h225 unsigned CurrentModuleScopeID = 0; variable
576 void finishModuleDeclarationScope() { CurrentModuleScopeID += 1; } in finishModuleDeclarationScope()
581 return ModuleScopeIDs[ExistingModule] < CurrentModuleScopeID; in mayShadowNewModule()
/external/llvm-project/clang/lib/Lex/
DModuleMap.cpp830 ModuleScopeIDs[Result] = CurrentModuleScopeID; in findOrCreateModule()
1032 ModuleScopeIDs[Result] = CurrentModuleScopeID; in inferFrameworkModule()
1118 ModuleScopeIDs[Result] = CurrentModuleScopeID; in createShadowedModule()