Home
last modified time | relevance | path

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

1234

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Basic/
H A DModule.cpp130 Module *&ShadowingModule) const { in isUnimportable()
135 if (Current->ShadowingModule) { in isUnimportable()
136 ShadowingModule = Current->ShadowingModule; in isUnimportable()
154 Module *&ShadowingModule) const { in isAvailable()
158 if (isUnimportable(LangOpts, Target, Req, ShadowingModule)) in isAvailable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/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()
/dports/devel/llvm12/llvm-project-12.0.1.src/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()
/dports/devel/llvm11/llvm-11.0.1.src/tools/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()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/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()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/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()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/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()
/dports/devel/llvm13/llvm-project-13.0.1.src/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()
/dports/lang/clang-mesa/clang-13.0.1.src/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()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Basic/
H A DModule.h244 Module *ShadowingModule = nullptr; variable
439 Requirement &Req, Module *&ShadowingModule) const;
466 Module *&ShadowingModule) const;
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/Basic/
H A DModule.h241 Module *ShadowingModule = nullptr; variable
436 Requirement &Req, Module *&ShadowingModule) const;
463 Module *&ShadowingModule) const;
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/Basic/
H A DModule.h230 Module *ShadowingModule = nullptr; variable
428 Requirement &Req, Module *&ShadowingModule) const;
455 Module *&ShadowingModule) const;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/Basic/
H A DModule.h230 Module *ShadowingModule = nullptr; variable
428 Requirement &Req, Module *&ShadowingModule) const;
455 Module *&ShadowingModule) const;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/Basic/
H A DModule.h244 Module *ShadowingModule = nullptr; variable
439 Requirement &Req, Module *&ShadowingModule) const;
466 Module *&ShadowingModule) const;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/Basic/
H A DModule.h244 Module *ShadowingModule = nullptr; variable
439 Requirement &Req, Module *&ShadowingModule) const;
466 Module *&ShadowingModule) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/Basic/
H A DModule.h239 Module *ShadowingModule = nullptr; variable
434 Requirement &Req, Module *&ShadowingModule) const;
461 Module *&ShadowingModule) const;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/Basic/
H A DModule.h244 Module *ShadowingModule = nullptr; variable
439 Requirement &Req, Module *&ShadowingModule) const;
466 Module *&ShadowingModule) const;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/Basic/
H A DModule.h241 Module *ShadowingModule = nullptr; variable
436 Requirement &Req, Module *&ShadowingModule) const;
463 Module *&ShadowingModule) const;
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/Basic/
H A DModule.h244 Module *ShadowingModule = nullptr; variable
439 Requirement &Req, Module *&ShadowingModule) const;
466 Module *&ShadowingModule) const;
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/Basic/
H A DModule.h244 Module *ShadowingModule = nullptr; variable
439 Requirement &Req, Module *&ShadowingModule) const;
466 Module *&ShadowingModule) const;
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Basic/
H A DModule.cpp139 Module *&ShadowingModule) const { in isAvailable()
144 if (Current->ShadowingModule) { in isAvailable()
145 ShadowingModule = Current->ShadowingModule; in isAvailable()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Basic/
H A DModule.cpp107 Module *&ShadowingModule) const { in isAvailable()
112 if (Current->ShadowingModule) { in isAvailable()
113 ShadowingModule = Current->ShadowingModule; in isAvailable()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Basic/
H A DModule.cpp138 Module *&ShadowingModule) const { in isAvailable()
143 if (Current->ShadowingModule) { in isAvailable()
144 ShadowingModule = Current->ShadowingModule; in isAvailable()

1234