Searched refs:getInheritedConstructor (Results 1 – 14 of 14) sorted by relevance
431 const auto *Inherited = CD->getInheritedConstructor().getConstructor(); in CheckCallable()441 << CD->getInheritedConstructor().getConstructor()->getParent(); in CheckCallable()
5183 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()
9893 if (auto Inherited = Constructor->getInheritedConstructor()) in Diagnose()9975 << (Constructor->getInheritedConstructor() ? 2 : in Diagnose()
273 << Ctor->getInheritedConstructor().getConstructor()->getParent(); in DiagnoseUseOfDecl()18867 return CCD && CCD->getInheritedConstructor(); in isImplicitlyDefinableConstexprFunction()18967 } else if (Constructor->getInheritedConstructor()) { in MarkFunctionReferenced()
3468 FoundCtor = Constructor->getInheritedConstructor().getConstructor(); in RebuildCXXConstructExpr()
927 if (auto Inherited = CD->getInheritedConstructor()) in mangleFunctionEncodingBareType()1680 cast<CXXConstructorDecl>(ND)->getInheritedConstructor()) { in mangleUnqualifiedName()
6557 if (CtorX->getInheritedConstructor() && in isSameEntity()6558 !isSameEntity(CtorX->getInheritedConstructor().getConstructor(), in isSameEntity()6559 CtorY->getInheritedConstructor().getConstructor())) in isSameEntity()
5656 auto *Inherited = CD->getInheritedConstructor().getConstructor(); in CheckConstexprFunction()5666 << CD->getInheritedConstructor().getConstructor()->getParent(); in CheckConstexprFunction()
3824 import(FromConstructor->getInheritedConstructor()); in VisitFunctionDecl()
2765 InheritedConstructor getInheritedConstructor() const { in getInheritedConstructor() function
1323 if (auto Inherited = CD->getInheritedConstructor()) in BuildFunctionArgList()
2223 if (auto Inherited = D->getInheritedConstructor()) { in EmitCXXConstructorCall()
338 if (auto Inherited = CD->getInheritedConstructor()) in arrangeCXXStructorDeclaration()
1555 if (auto Inherited = D->getInheritedConstructor()) { in VisitCXXConstructorDecl()