Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DModuleMap.h225 unsigned CurrentModuleScopeID = 0; variable
586 void finishModuleDeclarationScope() { CurrentModuleScopeID += 1; } in finishModuleDeclarationScope()
591 return ModuleScopeIDs[ExistingModule] < CurrentModuleScopeID; in mayShadowNewModule()
/llvm-project-15.0.7/clang/lib/Lex/
H A DModuleMap.cpp827 ModuleScopeIDs[Result] = CurrentModuleScopeID; in findOrCreateModule()
1045 ModuleScopeIDs[Result] = CurrentModuleScopeID; in inferFrameworkModule()
1133 ModuleScopeIDs[Result] = CurrentModuleScopeID; in createShadowedModule()