Searched refs:ShadowingModule (Results 1 – 5 of 5) sorted by relevance
130 Module *&ShadowingModule) const { in isUnimportable()135 if (Current->ShadowingModule) { in isUnimportable()136 ShadowingModule = Current->ShadowingModule; in isUnimportable()174 Module *&ShadowingModule) const { in isAvailable()178 if (isUnimportable(LangOpts, Target, Req, ShadowingModule)) in isAvailable()
267 Module *ShadowingModule = nullptr; variable470 Requirement &Req, Module *&ShadowingModule) const;500 Module *&ShadowingModule) const;
1124 Module *ShadowingModule) { in createShadowedModule() argument1130 Result->ShadowingModule = ShadowingModule; in createShadowedModule()2003 Module *ShadowingModule = nullptr; in parseModuleDecl() local2031 ShadowingModule = Existing; in parseModuleDecl()2049 if (ShadowingModule) { in parseModuleDecl()2051 Map.createShadowedModule(ModuleName, Framework, ShadowingModule); in parseModuleDecl()
1877 Module *ShadowingModule = nullptr; in checkModuleIsAvailable() local1879 ShadowingModule)) in checkModuleIsAvailable()1885 } else if (ShadowingModule) { in checkModuleIsAvailable()1887 Diags.Report(ShadowingModule->DefinitionLoc, in checkModuleIsAvailable()2526 if (SM->getTopLevelModule()->ShadowingModule) { in HandleHeaderIncludeOrImport()2531 Diag(SM->getTopLevelModule()->ShadowingModule->DefinitionLoc, in HandleHeaderIncludeOrImport()
582 Module *ShadowingModule);