Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp128 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()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h355 Module *ShadowingModule = nullptr; variable
579 Requirement &Req, Module *&ShadowingModule) const;
609 Module *&ShadowingModule) const;
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1186 Module *ShadowingModule) { in createShadowedModule() argument
1192 Result->ShadowingModule = ShadowingModule; in createShadowedModule()
1710 Module *ShadowingModule = nullptr; in handleModuleDecl() local
1753 ShadowingModule = Existing; in handleModuleDecl()
1765 if (ShadowingModule) { in handleModuleDecl()
1767 Map.createShadowedModule(ModuleName, MD.Framework, ShadowingModule); in handleModuleDecl()
H A DPPDirectives.cpp2007 Module *ShadowingModule = nullptr; in checkModuleIsAvailable() local
2009 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()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h598 Module *ShadowingModule);