Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h603 bool mayShadowNewModule(Module *ExistingModule) { in mayShadowNewModule() argument
604 assert(!ExistingModule->Parent && "expected top-level module"); in mayShadowNewModule()
605 assert(ModuleScopeIDs.count(ExistingModule) && "unknown module"); in mayShadowNewModule()
606 return ModuleScopeIDs[ExistingModule] < CurrentModuleScopeID; in mayShadowNewModule()