Searched refs:ShadowingModule (Results 1 – 5 of 5) sorted by relevance
128 Module *&ShadowingModule) const { in isUnimportable()133 if (Current->ShadowingModule) { in isUnimportable()134 ShadowingModule = Current->ShadowingModule; in isUnimportable()174 Module *&ShadowingModule) const { in isAvailable()178 if (isUnimportable(LangOpts, Target, Req, ShadowingModule)) in isAvailable()
355 Module *ShadowingModule = nullptr; variable579 Requirement &Req, Module *&ShadowingModule) const;609 Module *&ShadowingModule) const;
1186 Module *ShadowingModule) { in createShadowedModule() argument1192 Result->ShadowingModule = ShadowingModule; in createShadowedModule()1710 Module *ShadowingModule = nullptr; in handleModuleDecl() local1753 ShadowingModule = Existing; in handleModuleDecl()1765 if (ShadowingModule) { in handleModuleDecl()1767 Map.createShadowedModule(ModuleName, MD.Framework, ShadowingModule); in handleModuleDecl()
2007 Module *ShadowingModule = nullptr; in checkModuleIsAvailable() local2009 ShadowingModule)) in checkModuleIsAvailable()2015 } else if (ShadowingModule) { in checkModuleIsAvailable()2017 Diags.Report(ShadowingModule->DefinitionLoc, in checkModuleIsAvailable()2687 if (ModuleToImport->getTopLevelModule()->ShadowingModule) { in HandleHeaderIncludeOrImport()2693 Diag(ModuleToImport->getTopLevelModule()->ShadowingModule->DefinitionLoc, in HandleHeaderIncludeOrImport()
598 Module *ShadowingModule);