Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Basic/
H A DModule.cpp132 Module *&ShadowingModule) const { in isUnimportable()
137 if (Current->ShadowingModule) { in isUnimportable()
138 ShadowingModule = Current->ShadowingModule; in isUnimportable()
156 Module *&ShadowingModule) const { in isAvailable()
160 if (isUnimportable(LangOpts, Target, Req, ShadowingModule)) in isAvailable()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DModule.h244 Module *ShadowingModule = nullptr; variable
439 Requirement &Req, Module *&ShadowingModule) const;
466 Module *&ShadowingModule) const;
/netbsd/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp1113 Module *ShadowingModule) { in createShadowedModule() argument
1119 Result->ShadowingModule = ShadowingModule; in createShadowedModule()
1948 Module *ShadowingModule = nullptr; in parseModuleDecl() local
1976 ShadowingModule = Existing; in parseModuleDecl()
1994 if (ShadowingModule) { in parseModuleDecl()
1996 Map.createShadowedModule(ModuleName, Framework, ShadowingModule); in parseModuleDecl()
H A DPPDirectives.cpp1676 Module *ShadowingModule = nullptr; in checkModuleIsAvailable() local
1678 ShadowingModule)) in checkModuleIsAvailable()
1684 } else if (ShadowingModule) { in checkModuleIsAvailable()
1686 Diags.Report(ShadowingModule->DefinitionLoc, in checkModuleIsAvailable()
2267 if (M->getTopLevelModule()->ShadowingModule) { in HandleHeaderIncludeOrImport()
2272 Diag(M->getTopLevelModule()->ShadowingModule->DefinitionLoc, in HandleHeaderIncludeOrImport()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DModuleMap.h569 Module *ShadowingModule);