Searched refs:DerivedCtor (Results 1 – 1 of 1) sorted by relevance
13165 CXXConstructorDecl *DerivedCtor = CXXConstructorDecl::Create( in findInheritingConstructor() local13173 DerivedCtor->setInvalidDecl(); in findInheritingConstructor()13179 EPI.ExceptionSpec.SourceDecl = DerivedCtor; in findInheritingConstructor()13180 DerivedCtor->setType(Context.getFunctionType(FPT->getReturnType(), in findInheritingConstructor()13189 Context, DerivedCtor, UsingLoc, UsingLoc, /*IdentifierInfo=*/nullptr, in findInheritingConstructor()13202 DerivedCtor->setAccess(BaseCtor->getAccess()); in findInheritingConstructor()13203 DerivedCtor->setParams(ParamDecls); in findInheritingConstructor()13204 Derived->addDecl(DerivedCtor); in findInheritingConstructor()13206 if (ShouldDeleteSpecialMember(DerivedCtor, CXXDefaultConstructor, &ICI)) in findInheritingConstructor()13207 SetDeclDeleted(DerivedCtor, UsingLoc); in findInheritingConstructor()[all …]