Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/
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()
/external/llvm-project/clang/include/clang/Basic/
DModule.h241 Module *ShadowingModule = nullptr; variable
436 Requirement &Req, Module *&ShadowingModule) const;
463 Module *&ShadowingModule) const;
/external/llvm-project/clang/lib/Lex/
DModuleMap.cpp1110 Module *ShadowingModule) { in createShadowedModule() argument
1116 Result->ShadowingModule = ShadowingModule; in createShadowedModule()
1939 Module *ShadowingModule = nullptr; in parseModuleDecl() local
1967 ShadowingModule = Existing; in parseModuleDecl()
1985 if (ShadowingModule) { in parseModuleDecl()
1987 Map.createShadowedModule(ModuleName, Framework, ShadowingModule); in parseModuleDecl()
DPPDirectives.cpp1652 Module *ShadowingModule = nullptr; in checkModuleIsAvailable() local
1654 ShadowingModule)) in checkModuleIsAvailable()
1660 } else if (ShadowingModule) { in checkModuleIsAvailable()
1662 Diags.Report(ShadowingModule->DefinitionLoc, in checkModuleIsAvailable()
2243 if (M->getTopLevelModule()->ShadowingModule) { in HandleHeaderIncludeOrImport()
2248 Diag(M->getTopLevelModule()->ShadowingModule->DefinitionLoc, in HandleHeaderIncludeOrImport()
/external/llvm-project/clang/include/clang/Lex/
DModuleMap.h569 Module *ShadowingModule);