Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3700 NominatedBaseClassShadowDecl->constructsVirtualBase()) { in ConstructorUsingShadowDecl()
3768 bool constructsVirtualBase() const { in constructsVirtualBase() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp2817 if (D->constructsVirtualBase()) in VisitConstructorUsingShadowDecl()
H A DASTImporter.cpp5521 FromConstructorUsingShadow->constructsVirtualBase())) in VisitUsingShadowDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp396 !Inherited.getShadowDecl()->constructsVirtualBase() || in inheritingCtorHasParams()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7412 if (DShadow->constructsVirtualBase()) in InheritedConstructorInfo()
7458 It->second->constructsVirtualBase()); in findConstructorForBase()