Searched refs:getInheritedConstructor (Results 1 – 14 of 14) sorted by relevance
603 const auto *Inherited = CD->getInheritedConstructor().getConstructor(); in CheckCallable()613 << CD->getInheritedConstructor().getConstructor()->getParent(); in CheckCallable()
5037 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()
8926 if (auto Inherited = Constructor->getInheritedConstructor()) in Diagnose()9012 << (Constructor->getInheritedConstructor() ? 2 : in Diagnose()
264 << Ctor->getInheritedConstructor().getConstructor()->getParent(); in DiagnoseUseOfDecl()17848 return CCD && CCD->getInheritedConstructor(); in isImplicitlyDefinableConstexprFunction()17948 } else if (Constructor->getInheritedConstructor()) { in MarkFunctionReferenced()
3519 FoundCtor = Constructor->getInheritedConstructor().getConstructor(); in RebuildCXXConstructExpr()
926 if (auto Inherited = CD->getInheritedConstructor()) in mangleFunctionEncodingBareType()1681 cast<CXXConstructorDecl>(ND)->getInheritedConstructor()) { in mangleUnqualifiedName()
7006 if (CtorX->getInheritedConstructor() && in isSameEntity()7007 !isSameEntity(CtorX->getInheritedConstructor().getConstructor(), in isSameEntity()7008 CtorY->getInheritedConstructor().getConstructor())) in isSameEntity()
5717 auto *Inherited = CD->getInheritedConstructor().getConstructor(); in CheckConstexprFunction()5727 << CD->getInheritedConstructor().getConstructor()->getParent(); in CheckConstexprFunction()
3891 import(FromConstructor->getInheritedConstructor()); in VisitFunctionDecl()
2779 InheritedConstructor getInheritedConstructor() const { in getInheritedConstructor() function
1398 if (auto Inherited = CD->getInheritedConstructor()) in BuildFunctionArgList()
2232 if (auto Inherited = D->getInheritedConstructor()) { in EmitCXXConstructorCall()
349 if (auto Inherited = CD->getInheritedConstructor()) in arrangeCXXStructorDeclaration()
1598 if (auto Inherited = D->getInheritedConstructor()) { in VisitCXXConstructorDecl()