Lines Matching refs:BaseCtor

7239     auto BaseCtor =  in specialMemberIsConstexpr()  local
7241 if (BaseCtor) in specialMemberIsConstexpr()
7242 return BaseCtor->isConstexpr(); in specialMemberIsConstexpr()
9017 auto *BaseCtor = in lookupInheritedCtor() local
9019 if (auto *MD = ICI->findConstructorForBase(Class, BaseCtor).first) in lookupInheritedCtor()
9265 if (auto *BaseCtor = SMOR.getMethod()) { in shouldDeleteForBase() local
9270 if (BaseCtor->isDeleted() && Diagnose) { in shouldDeleteForBase()
9276 S.NoteDeletedFunction(BaseCtor); in shouldDeleteForBase()
9278 return BaseCtor->isDeleted(); in shouldDeleteForBase()
13321 if (auto *BaseCtor = SMOR.getMethod()) { in visitBase() local
13322 visitSubobjectCall(Base, BaseCtor); in visitBase()
13633 CXXConstructorDecl *BaseCtor, in findInheritingConstructor() argument
13641 DeclarationName Name = BaseCtor->getDeclName(); in findInheritingConstructor()
13649 BaseCtor)) in findInheritingConstructor()
13654 Context.getTrivialTypeSourceInfo(BaseCtor->getType(), UsingLoc); in findInheritingConstructor()
13663 BaseCtor->isConstexpr() && in findInheritingConstructor()
13665 false, BaseCtor, &ICI); in findInheritingConstructor()
13669 BaseCtor->getExplicitSpecifier(), getCurFPFeatures().isFPConstrained(), in findInheritingConstructor()
13672 Constexpr ? BaseCtor->getConstexprKind() : ConstexprSpecKind::Unspecified, in findInheritingConstructor()
13673 InheritedConstructor(Shadow, BaseCtor), in findInheritingConstructor()
13674 BaseCtor->getTrailingRequiresClause()); in findInheritingConstructor()
13698 mergeDeclAttributes(PD, BaseCtor->getParamDecl(I)); in findInheritingConstructor()
13704 assert(!BaseCtor->isDeleted() && "should not use deleted constructor"); in findInheritingConstructor()
13705 DerivedCtor->setAccess(BaseCtor->getAccess()); in findInheritingConstructor()
13770 auto BaseCtor = ICI.findConstructorForBase(BaseRD, InheritedCtor); in DefineInheritingConstructor() local
13771 if (!BaseCtor.first) in DefineInheritingConstructor()
13774 MarkFunctionReferenced(CurrentLocation, BaseCtor.first); in DefineInheritingConstructor()
13776 InitLoc, B.getType(), BaseCtor.first, VBase, BaseCtor.second); in DefineInheritingConstructor()