Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DModuleMap.h221 unsigned CurrentModuleScopeID = 0; variable
559 void finishModuleDeclarationScope() { CurrentModuleScopeID += 1; } in finishModuleDeclarationScope()
564 return ModuleScopeIDs[ExistingModule] < CurrentModuleScopeID; in mayShadowNewModule()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DModuleMap.cpp805 ModuleScopeIDs[Result] = CurrentModuleScopeID; in findOrCreateModule()
997 ModuleScopeIDs[Result] = CurrentModuleScopeID; in inferFrameworkModule()
1080 ModuleScopeIDs[Result] = CurrentModuleScopeID; in createShadowedModule()