Home
last modified time | relevance | path

Searched refs:constructsVirtualBase (Results 1 – 25 of 66) sorted by relevance

123

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/unittests/AST/
H A DASTImporterTest.cpp7110 EXPECT_FALSE(ShadowBA->constructsVirtualBase()); in TEST_P()
7116 EXPECT_FALSE(ShadowCA->constructsVirtualBase()); in TEST_P()
7216 EXPECT_TRUE(ShadowD2V1A->constructsVirtualBase()); in TEST_P()
7222 EXPECT_TRUE(ShadowD2V1B->constructsVirtualBase()); in TEST_P()
7228 EXPECT_TRUE(ShadowD2V2A->constructsVirtualBase()); in TEST_P()
7234 EXPECT_TRUE(ShadowD2V2B->constructsVirtualBase()); in TEST_P()
7236 EXPECT_TRUE(ShadowV1A->constructsVirtualBase()); in TEST_P()
7237 EXPECT_TRUE(ShadowV1B->constructsVirtualBase()); in TEST_P()
7238 EXPECT_TRUE(ShadowV2A->constructsVirtualBase()); in TEST_P()
7239 EXPECT_TRUE(ShadowV2B->constructsVirtualBase()); in TEST_P()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DDeclCXX.h3406 NominatedBaseClassShadowDecl->constructsVirtualBase()) {
3468 bool constructsVirtualBase() const {
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DDeclCXX.h3293 NominatedBaseClassShadowDecl->constructsVirtualBase()) { in ConstructorUsingShadowDecl()
3355 bool constructsVirtualBase() const { in constructsVirtualBase() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3293 NominatedBaseClassShadowDecl->constructsVirtualBase()) { in ConstructorUsingShadowDecl()
3355 bool constructsVirtualBase() const { in constructsVirtualBase() function
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DDeclCXX.h3270 NominatedBaseClassShadowDecl->constructsVirtualBase()) {
3332 bool constructsVirtualBase() const {
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/
H A DDeclCXX.h3278 NominatedBaseClassShadowDecl->constructsVirtualBase()) {
3340 bool constructsVirtualBase() const {
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DDeclCXX.h3496 NominatedBaseClassShadowDecl->constructsVirtualBase()) { in ConstructorUsingShadowDecl()
3564 bool constructsVirtualBase() const { in constructsVirtualBase() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DDeclCXX.h3299 NominatedBaseClassShadowDecl->constructsVirtualBase()) { in ConstructorUsingShadowDecl()
3361 bool constructsVirtualBase() const { in constructsVirtualBase() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DDeclCXX.h3322 NominatedBaseClassShadowDecl->constructsVirtualBase()) { in ConstructorUsingShadowDecl()
3384 bool constructsVirtualBase() const { in constructsVirtualBase() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DDeclCXX.h3322 NominatedBaseClassShadowDecl->constructsVirtualBase()) { in ConstructorUsingShadowDecl()
3384 bool constructsVirtualBase() const { in constructsVirtualBase() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DDeclCXX.h3495 NominatedBaseClassShadowDecl->constructsVirtualBase()) { in ConstructorUsingShadowDecl()
3563 bool constructsVirtualBase() const { in constructsVirtualBase() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DDeclCXX.h3495 NominatedBaseClassShadowDecl->constructsVirtualBase()) { in ConstructorUsingShadowDecl()
3563 bool constructsVirtualBase() const { in constructsVirtualBase() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DDeclCXX.h3332 NominatedBaseClassShadowDecl->constructsVirtualBase()) { in ConstructorUsingShadowDecl()
3394 bool constructsVirtualBase() const { in constructsVirtualBase() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3495 NominatedBaseClassShadowDecl->constructsVirtualBase()) { in ConstructorUsingShadowDecl()
3563 bool constructsVirtualBase() const { in constructsVirtualBase() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DDeclCXX.h3299 NominatedBaseClassShadowDecl->constructsVirtualBase()) { in ConstructorUsingShadowDecl()
3361 bool constructsVirtualBase() const { in constructsVirtualBase() function
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DDeclCXX.h3495 NominatedBaseClassShadowDecl->constructsVirtualBase()) { in ConstructorUsingShadowDecl()
3563 bool constructsVirtualBase() const { in constructsVirtualBase() function
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DDeclCXX.h3495 NominatedBaseClassShadowDecl->constructsVirtualBase()) { in ConstructorUsingShadowDecl()
3563 bool constructsVirtualBase() const { in constructsVirtualBase() function
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/AST/
H A DASTDumper.cpp1160 if (D->constructsVirtualBase()) in VisitConstructorUsingShadowDecl()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/
H A DTextNodeDumper.cpp1769 if (D->constructsVirtualBase()) in VisitConstructorUsingShadowDecl()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/
H A DTextNodeDumper.cpp1738 if (D->constructsVirtualBase()) in VisitConstructorUsingShadowDecl()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp1769 if (D->constructsVirtualBase()) in VisitConstructorUsingShadowDecl()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/
H A DTextNodeDumper.cpp2078 if (D->constructsVirtualBase()) in VisitConstructorUsingShadowDecl()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/
H A DTextNodeDumper.cpp2043 if (D->constructsVirtualBase()) in VisitConstructorUsingShadowDecl()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/
H A DTextNodeDumper.cpp2055 if (D->constructsVirtualBase()) in VisitConstructorUsingShadowDecl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/
H A DTextNodeDumper.cpp2078 if (D->constructsVirtualBase()) in VisitConstructorUsingShadowDecl()

123