Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DModuleMap.h588 bool mayShadowNewModule(Module *ExistingModule) { in mayShadowNewModule() argument
589 assert(!ExistingModule->Parent && "expected top-level module"); in mayShadowNewModule()
590 assert(ModuleScopeIDs.count(ExistingModule) && "unknown module"); in mayShadowNewModule()
591 return ModuleScopeIDs[ExistingModule] < CurrentModuleScopeID; in mayShadowNewModule()