Searched refs:getInheritedConstructor (Results 1 – 14 of 14) sorted by relevance
353 auto *Inherited = CD->getInheritedConstructor().getConstructor(); in CheckCallable()363 << CD->getInheritedConstructor().getConstructor()->getParent(); in CheckCallable()
4991 if (Ctor->getInheritedConstructor()) in BaseAndFieldInfo()7408 assert(CD->getInheritedConstructor() && in computeImplicitExceptionSpec()7412 S, Loc, CD->getInheritedConstructor().getShadowDecl()); in computeImplicitExceptionSpec()9018 cast<CXXConstructorDecl>(MD)->getInheritedConstructor().getConstructor(); in lookupInheritedCtor()13647 ->getInheritedConstructor() in findInheritingConstructor()13717 Ctor->getInheritedConstructor().getShadowDecl()); in NoteDeletedInheritingConstructor()13725 assert(Constructor->getInheritedConstructor() && in DefineInheritingConstructor()13745 Constructor->getInheritedConstructor().getShadowDecl(); in DefineInheritingConstructor()13747 Constructor->getInheritedConstructor().getConstructor(); in DefineInheritingConstructor()
9729 if (auto Inherited = Constructor->getInheritedConstructor()) in Diagnose()9811 << (Constructor->getInheritedConstructor() ? 2 : in Diagnose()
271 << Ctor->getInheritedConstructor().getConstructor()->getParent(); in DiagnoseUseOfDecl()18225 return CCD && CCD->getInheritedConstructor(); in isImplicitlyDefinableConstexprFunction()18328 } else if (Constructor->getInheritedConstructor()) { in MarkFunctionReferenced()
3384 FoundCtor = Constructor->getInheritedConstructor().getConstructor(); in RebuildCXXConstructExpr()
869 if (auto Inherited = CD->getInheritedConstructor()) in mangleFunctionEncodingBareType()1613 cast<CXXConstructorDecl>(ND)->getInheritedConstructor()) { in mangleUnqualifiedName()
6563 if (CtorX->getInheritedConstructor() && in isSameEntity()6564 !isSameEntity(CtorX->getInheritedConstructor().getConstructor(), in isSameEntity()6565 CtorY->getInheritedConstructor().getConstructor())) in isSameEntity()
5571 auto *Inherited = CD->getInheritedConstructor().getConstructor(); in CheckConstexprFunction()5581 << CD->getInheritedConstructor().getConstructor()->getParent(); in CheckConstexprFunction()
3610 import(FromConstructor->getInheritedConstructor()); in VisitFunctionDecl()
2688 InheritedConstructor getInheritedConstructor() const { in getInheritedConstructor() function
1315 if (auto Inherited = CD->getInheritedConstructor()) in BuildFunctionArgList()
2233 if (auto Inherited = D->getInheritedConstructor()) { in EmitCXXConstructorCall()
334 if (auto Inherited = CD->getInheritedConstructor()) in arrangeCXXStructorDeclaration()
1441 if (auto Inherited = D->getInheritedConstructor()) { in VisitCXXConstructorDecl()