Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h228 unsigned CurrentModuleScopeID = 0; variable
602 void finishModuleDeclarationScope() { CurrentModuleScopeID += 1; } in finishModuleDeclarationScope()
607 return ModuleScopeIDs[ExistingModule] < CurrentModuleScopeID; in mayShadowNewModule()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp867 ModuleScopeIDs[Result] = CurrentModuleScopeID; in findOrCreateModule()
1095 ModuleScopeIDs[Result] = CurrentModuleScopeID; in inferFrameworkModule()
1181 ModuleScopeIDs[Result] = CurrentModuleScopeID; in createShadowedModule()