Searched refs:ShadowingModule (Results 1 – 5 of 5) sorted by relevance
139 Module *&ShadowingModule) const { in isAvailable()144 if (Current->ShadowingModule) { in isAvailable()145 ShadowingModule = Current->ShadowingModule; in isAvailable()
201 Module *ShadowingModule = nullptr; variable402 Module *&ShadowingModule) const;
1622 Module *ShadowingModule = nullptr; in checkModuleIsAvailable() local1624 ShadowingModule)) in checkModuleIsAvailable()1630 } else if (ShadowingModule) { in checkModuleIsAvailable()1632 Diags.Report(ShadowingModule->DefinitionLoc, in checkModuleIsAvailable()2052 if (M->getTopLevelModule()->ShadowingModule) { in HandleIncludeDirective()2057 Diag(M->getTopLevelModule()->ShadowingModule->DefinitionLoc, in HandleIncludeDirective()
1072 Module *ShadowingModule) { in createShadowedModule() argument1078 Result->ShadowingModule = ShadowingModule; in createShadowedModule()1897 Module *ShadowingModule = nullptr; in parseModuleDecl() local1925 ShadowingModule = Existing; in parseModuleDecl()1943 if (ShadowingModule) { in parseModuleDecl()1945 Map.createShadowedModule(ModuleName, Framework, ShadowingModule); in parseModuleDecl()
552 Module *ShadowingModule);