Searched refs:getInheritedConstructor (Results 1 – 14 of 14) sorted by relevance
351 auto *Inherited = CD->getInheritedConstructor().getConstructor(); in CheckCallable()361 << CD->getInheritedConstructor().getConstructor()->getParent(); in CheckCallable()
4950 if (Ctor->getInheritedConstructor()) in BaseAndFieldInfo()7354 assert(CD->getInheritedConstructor() && in computeImplicitExceptionSpec()7358 S, Loc, CD->getInheritedConstructor().getShadowDecl()); in computeImplicitExceptionSpec()8932 cast<CXXConstructorDecl>(MD)->getInheritedConstructor().getConstructor(); in lookupInheritedCtor()13538 ->getInheritedConstructor() in findInheritingConstructor()13608 Ctor->getInheritedConstructor().getShadowDecl()); in NoteDeletedInheritingConstructor()13616 assert(Constructor->getInheritedConstructor() && in DefineInheritingConstructor()13636 Constructor->getInheritedConstructor().getShadowDecl(); in DefineInheritingConstructor()13638 Constructor->getInheritedConstructor().getConstructor(); in DefineInheritingConstructor()
9378 if (auto Inherited = Constructor->getInheritedConstructor()) in Diagnose()9460 << (Constructor->getInheritedConstructor() ? 2 : in Diagnose()
269 << Ctor->getInheritedConstructor().getConstructor()->getParent(); in DiagnoseUseOfDecl()17929 return CCD && CCD->getInheritedConstructor(); in isImplicitlyDefinableConstexprFunction()18032 } else if (Constructor->getInheritedConstructor()) { in MarkFunctionReferenced()
3292 FoundCtor = Constructor->getInheritedConstructor().getConstructor(); in RebuildCXXConstructExpr()
871 if (auto Inherited = CD->getInheritedConstructor()) in mangleFunctionEncodingBareType()1615 cast<CXXConstructorDecl>(ND)->getInheritedConstructor()) { in mangleUnqualifiedName()
6487 if (CtorX->getInheritedConstructor() && in isSameEntity()6488 !isSameEntity(CtorX->getInheritedConstructor().getConstructor(), in isSameEntity()6489 CtorY->getInheritedConstructor().getConstructor())) in isSameEntity()
5565 auto *Inherited = CD->getInheritedConstructor().getConstructor(); in CheckConstexprFunction()5575 << CD->getInheritedConstructor().getConstructor()->getParent(); in CheckConstexprFunction()
3503 import(FromConstructor->getInheritedConstructor()); in VisitFunctionDecl()
2674 InheritedConstructor getInheritedConstructor() const { in getInheritedConstructor() function
1292 if (auto Inherited = CD->getInheritedConstructor()) in BuildFunctionArgList()
2192 if (auto Inherited = D->getInheritedConstructor()) { in EmitCXXConstructorCall()
331 if (auto Inherited = CD->getInheritedConstructor()) in arrangeCXXStructorDeclaration()
1423 if (auto Inherited = D->getInheritedConstructor()) { in VisitCXXConstructorDecl()