Searched refs:DerivedCtor (Results 1 – 1 of 1) sorted by relevance
9279 CXXConstructorDecl *DerivedCtor = CXXConstructorDecl::Create( in findInheritingConstructor() local9285 DerivedCtor->setInvalidDecl(); in findInheritingConstructor()9291 EPI.ExceptionSpec.SourceDecl = DerivedCtor; in findInheritingConstructor()9292 DerivedCtor->setType(Context.getFunctionType(FPT->getReturnType(), in findInheritingConstructor()9301 Context, DerivedCtor, UsingLoc, UsingLoc, /*IdentifierInfo=*/nullptr, in findInheritingConstructor()9314 DerivedCtor->setAccess(BaseCtor->getAccess()); in findInheritingConstructor()9315 DerivedCtor->setParams(ParamDecls); in findInheritingConstructor()9316 Derived->addDecl(DerivedCtor); in findInheritingConstructor()9318 if (ShouldDeleteSpecialMember(DerivedCtor, CXXDefaultConstructor, &ICI)) in findInheritingConstructor()9319 SetDeclDeleted(DerivedCtor, UsingLoc); in findInheritingConstructor()[all …]