Home
last modified time | relevance | path

Searched refs:getInheritedConstructor (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.cpp431 const auto *Inherited = CD->getInheritedConstructor().getConstructor(); in CheckCallable()
441 << CD->getInheritedConstructor().getConstructor()->getParent(); in CheckCallable()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp5183 if (Ctor->getInheritedConstructor()) in BaseAndFieldInfo()
7612 assert(CD->getInheritedConstructor() && in computeImplicitExceptionSpec()
7616 S, Loc, CD->getInheritedConstructor().getShadowDecl()); in computeImplicitExceptionSpec()
9304 cast<CXXConstructorDecl>(MD)->getInheritedConstructor().getConstructor(); in lookupInheritedCtor()
14086 ->getInheritedConstructor() in findInheritingConstructor()
14156 Ctor->getInheritedConstructor().getShadowDecl()); in NoteDeletedInheritingConstructor()
14164 assert(Constructor->getInheritedConstructor() && in DefineInheritingConstructor()
14184 Constructor->getInheritedConstructor().getShadowDecl(); in DefineInheritingConstructor()
14186 Constructor->getInheritedConstructor().getConstructor(); in DefineInheritingConstructor()
H A DSemaInit.cpp9893 if (auto Inherited = Constructor->getInheritedConstructor()) in Diagnose()
9975 << (Constructor->getInheritedConstructor() ? 2 : in Diagnose()
H A DSemaExpr.cpp273 << Ctor->getInheritedConstructor().getConstructor()->getParent(); in DiagnoseUseOfDecl()
18867 return CCD && CCD->getInheritedConstructor(); in isImplicitlyDefinableConstexprFunction()
18967 } else if (Constructor->getInheritedConstructor()) { in MarkFunctionReferenced()
H A DTreeTransform.h3468 FoundCtor = Constructor->getInheritedConstructor().getConstructor(); in RebuildCXXConstructExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp927 if (auto Inherited = CD->getInheritedConstructor()) in mangleFunctionEncodingBareType()
1680 cast<CXXConstructorDecl>(ND)->getInheritedConstructor()) { in mangleUnqualifiedName()
H A DASTContext.cpp6557 if (CtorX->getInheritedConstructor() && in isSameEntity()
6558 !isSameEntity(CtorX->getInheritedConstructor().getConstructor(), in isSameEntity()
6559 CtorY->getInheritedConstructor().getConstructor())) in isSameEntity()
H A DExprConstant.cpp5656 auto *Inherited = CD->getInheritedConstructor().getConstructor(); in CheckConstexprFunction()
5666 << CD->getInheritedConstructor().getConstructor()->getParent(); in CheckConstexprFunction()
H A DASTImporter.cpp3824 import(FromConstructor->getInheritedConstructor()); in VisitFunctionDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2765 InheritedConstructor getInheritedConstructor() const { in getInheritedConstructor() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1323 if (auto Inherited = CD->getInheritedConstructor()) in BuildFunctionArgList()
H A DCGClass.cpp2223 if (auto Inherited = D->getInheritedConstructor()) { in EmitCXXConstructorCall()
H A DCGCall.cpp338 if (auto Inherited = CD->getInheritedConstructor()) in arrangeCXXStructorDeclaration()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1555 if (auto Inherited = D->getInheritedConstructor()) { in VisitCXXConstructorDecl()