Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.cpp603 const auto *Inherited = CD->getInheritedConstructor().getConstructor(); in CheckCallable()
613 << CD->getInheritedConstructor().getConstructor()->getParent(); in CheckCallable()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp5037 if (Ctor->getInheritedConstructor()) in BaseAndFieldInfo()
7498 assert(CD->getInheritedConstructor() && in computeImplicitExceptionSpec()
7502 S, Loc, CD->getInheritedConstructor().getShadowDecl()); in computeImplicitExceptionSpec()
9204 cast<CXXConstructorDecl>(MD)->getInheritedConstructor().getConstructor(); in lookupInheritedCtor()
13958 ->getInheritedConstructor() in findInheritingConstructor()
14029 Ctor->getInheritedConstructor().getShadowDecl()); in NoteDeletedInheritingConstructor()
14038 assert(Constructor->getInheritedConstructor() && in DefineInheritingConstructor()
14058 Constructor->getInheritedConstructor().getShadowDecl(); in DefineInheritingConstructor()
14060 Constructor->getInheritedConstructor().getConstructor(); in DefineInheritingConstructor()
H A DSemaInit.cpp8926 if (auto Inherited = Constructor->getInheritedConstructor()) in Diagnose()
9012 << (Constructor->getInheritedConstructor() ? 2 : in Diagnose()
H A DSemaExpr.cpp264 << Ctor->getInheritedConstructor().getConstructor()->getParent(); in DiagnoseUseOfDecl()
17848 return CCD && CCD->getInheritedConstructor(); in isImplicitlyDefinableConstexprFunction()
17948 } else if (Constructor->getInheritedConstructor()) { in MarkFunctionReferenced()
H A DTreeTransform.h3519 FoundCtor = Constructor->getInheritedConstructor().getConstructor(); in RebuildCXXConstructExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp926 if (auto Inherited = CD->getInheritedConstructor()) in mangleFunctionEncodingBareType()
1681 cast<CXXConstructorDecl>(ND)->getInheritedConstructor()) { in mangleUnqualifiedName()
H A DASTContext.cpp7006 if (CtorX->getInheritedConstructor() && in isSameEntity()
7007 !isSameEntity(CtorX->getInheritedConstructor().getConstructor(), in isSameEntity()
7008 CtorY->getInheritedConstructor().getConstructor())) in isSameEntity()
H A DExprConstant.cpp5717 auto *Inherited = CD->getInheritedConstructor().getConstructor(); in CheckConstexprFunction()
5727 << CD->getInheritedConstructor().getConstructor()->getParent(); in CheckConstexprFunction()
H A DASTImporter.cpp3891 import(FromConstructor->getInheritedConstructor()); in VisitFunctionDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2779 InheritedConstructor getInheritedConstructor() const { in getInheritedConstructor() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1398 if (auto Inherited = CD->getInheritedConstructor()) in BuildFunctionArgList()
H A DCGClass.cpp2232 if (auto Inherited = D->getInheritedConstructor()) { in EmitCXXConstructorCall()
H A DCGCall.cpp349 if (auto Inherited = CD->getInheritedConstructor()) in arrangeCXXStructorDeclaration()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1598 if (auto Inherited = D->getInheritedConstructor()) { in VisitCXXConstructorDecl()