Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Lex/
DModuleMap.h578 bool mayShadowNewModule(Module *ExistingModule) { in mayShadowNewModule() argument
579 assert(!ExistingModule->Parent && "expected top-level module"); in mayShadowNewModule()
580 assert(ModuleScopeIDs.count(ExistingModule) && "unknown module"); in mayShadowNewModule()
581 return ModuleScopeIDs[ExistingModule] < CurrentModuleScopeID; in mayShadowNewModule()