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.h228 unsigned CurrentModuleScopeID = 0; variable
601 void finishModuleDeclarationScope() { CurrentModuleScopeID += 1; } in finishModuleDeclarationScope()
606 return ModuleScopeIDs[ExistingModule] < CurrentModuleScopeID; in mayShadowNewModule()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp866 ModuleScopeIDs[Result] = CurrentModuleScopeID; in findOrCreateModule()
1094 ModuleScopeIDs[Result] = CurrentModuleScopeID; in inferFrameworkModule()
1180 ModuleScopeIDs[Result] = CurrentModuleScopeID; in createShadowedModule()