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.h3637 NominatedBaseClassShadowDecl->constructsVirtualBase()) { in ConstructorUsingShadowDecl()
3705 bool constructsVirtualBase() const { in constructsVirtualBase() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp2655 if (D->constructsVirtualBase()) in VisitConstructorUsingShadowDecl()
H A DASTImporter.cpp5244 FromConstructorUsingShadow->constructsVirtualBase())) in VisitUsingShadowDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp330 !Inherited.getShadowDecl()->constructsVirtualBase() || in inheritingCtorHasParams()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7255 if (DShadow->constructsVirtualBase()) in InheritedConstructorInfo()
7301 It->second->constructsVirtualBase()); in findConstructorForBase()