Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h227 unsigned CurrentModuleScopeID = 0; variable
605 void finishModuleDeclarationScope() { CurrentModuleScopeID += 1; } in finishModuleDeclarationScope()
610 return ModuleScopeIDs[ExistingModule] < CurrentModuleScopeID; in mayShadowNewModule()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp878 ModuleScopeIDs[Result] = CurrentModuleScopeID; in createModule()
1107 ModuleScopeIDs[Result] = CurrentModuleScopeID; in inferFrameworkModule()
1194 ModuleScopeIDs[Result] = CurrentModuleScopeID; in createShadowedModule()