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

/netbsd-current/external/apache2/llvm/dist/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))
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DModule.h244 Module *ShadowingModule = nullptr; member in class:clang::Module
436 /// \param ShadowingModule If this module is unimportable because it is
439 Requirement &Req, Module *&ShadowingModule) const;
460 /// \param ShadowingModule If this module is unavailable because it is
466 Module *&ShadowingModule) const;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DModuleMap.h567 /// \p ShadowingModule.
569 Module *ShadowingModule);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp1113 Module *ShadowingModule) {
1119 Result->ShadowingModule = ShadowingModule;
1948 Module *ShadowingModule = nullptr; local
1976 ShadowingModule = Existing;
1994 if (ShadowingModule) {
1996 Map.createShadowedModule(ModuleName, Framework, ShadowingModule);
1112 createShadowedModule(StringRef Name, bool IsFramework, Module *ShadowingModule) argument
H A DPPDirectives.cpp1676 Module *ShadowingModule = nullptr; local
1678 ShadowingModule))
1684 } else if (ShadowingModule) {
1686 Diags.Report(ShadowingModule->DefinitionLoc,
2267 if (M->getTopLevelModule()->ShadowingModule) {
2272 Diag(M->getTopLevelModule()->ShadowingModule->DefinitionLoc,

Completed in 123 milliseconds