Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3495 NominatedBaseClassShadowDecl->constructsVirtualBase()) { in ConstructorUsingShadowDecl()
3563 bool constructsVirtualBase() const { in constructsVirtualBase() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp2137 if (D->constructsVirtualBase()) in VisitConstructorUsingShadowDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp305 !Inherited.getShadowDecl()->constructsVirtualBase() || in inheritingCtorHasParams()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7015 if (DShadow->constructsVirtualBase()) in InheritedConstructorInfo()
7061 It->second->constructsVirtualBase()); in findConstructorForBase()