Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp7366 EXPECT_FALSE(ShadowBA->constructsVirtualBase()); in TEST_P()
7372 EXPECT_FALSE(ShadowCA->constructsVirtualBase()); in TEST_P()
7472 EXPECT_TRUE(ShadowD2V1A->constructsVirtualBase()); in TEST_P()
7478 EXPECT_TRUE(ShadowD2V1B->constructsVirtualBase()); in TEST_P()
7484 EXPECT_TRUE(ShadowD2V2A->constructsVirtualBase()); in TEST_P()
7490 EXPECT_TRUE(ShadowD2V2B->constructsVirtualBase()); in TEST_P()
7492 EXPECT_TRUE(ShadowV1A->constructsVirtualBase()); in TEST_P()
7493 EXPECT_TRUE(ShadowV1B->constructsVirtualBase()); in TEST_P()
7494 EXPECT_TRUE(ShadowV2A->constructsVirtualBase()); in TEST_P()
7495 EXPECT_TRUE(ShadowV2B->constructsVirtualBase()); in TEST_P()
[all …]
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h3529 NominatedBaseClassShadowDecl->constructsVirtualBase()) { in ConstructorUsingShadowDecl()
3597 bool constructsVirtualBase() const { in constructsVirtualBase() function
/llvm-project-15.0.7/clang/lib/AST/
H A DTextNodeDumper.cpp2170 if (D->constructsVirtualBase()) in VisitConstructorUsingShadowDecl()
H A DASTImporter.cpp4816 FromConstructorUsingShadow->constructsVirtualBase())) in VisitUsingShadowDecl()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp314 !Inherited.getShadowDecl()->constructsVirtualBase() || in inheritingCtorHasParams()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp7120 if (DShadow->constructsVirtualBase()) in InheritedConstructorInfo()
7166 It->second->constructsVirtualBase()); in findConstructorForBase()