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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp132 Module *&ShadowingModule) const {
137 if (Current->ShadowingModule) {
138 ShadowingModule = Current->ShadowingModule;
156 Module *&ShadowingModule) const {
160 if (isUnimportable(LangOpts, Target, Req, ShadowingModule))
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h230 Module *ShadowingModule = nullptr; member in class:clang::Module
425 /// \param ShadowingModule If this module is unimportable because it is
428 Requirement &Req, Module *&ShadowingModule) const;
449 /// \param ShadowingModule If this module is unavailable because it is
455 Module *&ShadowingModule) const;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h568 /// \p ShadowingModule.
570 Module *ShadowingModule);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1110 Module *ShadowingModule) {
1116 Result->ShadowingModule = ShadowingModule;
1943 Module *ShadowingModule = nullptr; local
1971 ShadowingModule = Existing;
1989 if (ShadowingModule) {
1991 Map.createShadowedModule(ModuleName, Framework, ShadowingModule);
1109 createShadowedModule(StringRef Name, bool IsFramework, Module *ShadowingModule) argument
H A DPPDirectives.cpp1649 Module *ShadowingModule = nullptr; local
1651 ShadowingModule))
1657 } else if (ShadowingModule) {
1659 Diags.Report(ShadowingModule->DefinitionLoc,
2240 if (M->getTopLevelModule()->ShadowingModule) {
2245 Diag(M->getTopLevelModule()->ShadowingModule->DefinitionLoc,

Completed in 228 milliseconds