Lines Matching refs:BaseCtor
7185 auto BaseCtor = in specialMemberIsConstexpr() local
7187 if (BaseCtor) in specialMemberIsConstexpr()
7188 return BaseCtor->isConstexpr(); in specialMemberIsConstexpr()
8931 auto *BaseCtor = in lookupInheritedCtor() local
8933 if (auto *MD = ICI->findConstructorForBase(Class, BaseCtor).first) in lookupInheritedCtor()
9179 if (auto *BaseCtor = SMOR.getMethod()) { in shouldDeleteForBase() local
9184 if (BaseCtor->isDeleted() && Diagnose) { in shouldDeleteForBase()
9190 S.NoteDeletedFunction(BaseCtor); in shouldDeleteForBase()
9192 return BaseCtor->isDeleted(); in shouldDeleteForBase()
13212 if (auto *BaseCtor = SMOR.getMethod()) { in visitBase() local
13213 visitSubobjectCall(Base, BaseCtor); in visitBase()
13524 CXXConstructorDecl *BaseCtor, in findInheritingConstructor() argument
13532 DeclarationName Name = BaseCtor->getDeclName(); in findInheritingConstructor()
13540 BaseCtor)) in findInheritingConstructor()
13545 Context.getTrivialTypeSourceInfo(BaseCtor->getType(), UsingLoc); in findInheritingConstructor()
13554 BaseCtor->isConstexpr() && in findInheritingConstructor()
13556 false, BaseCtor, &ICI); in findInheritingConstructor()
13560 BaseCtor->getExplicitSpecifier(), getCurFPFeatures().isFPConstrained(), in findInheritingConstructor()
13563 Constexpr ? BaseCtor->getConstexprKind() : ConstexprSpecKind::Unspecified, in findInheritingConstructor()
13564 InheritedConstructor(Shadow, BaseCtor), in findInheritingConstructor()
13565 BaseCtor->getTrailingRequiresClause()); in findInheritingConstructor()
13589 mergeDeclAttributes(PD, BaseCtor->getParamDecl(I)); in findInheritingConstructor()
13595 assert(!BaseCtor->isDeleted() && "should not use deleted constructor"); in findInheritingConstructor()
13596 DerivedCtor->setAccess(BaseCtor->getAccess()); in findInheritingConstructor()
13661 auto BaseCtor = ICI.findConstructorForBase(BaseRD, InheritedCtor); in DefineInheritingConstructor() local
13662 if (!BaseCtor.first) in DefineInheritingConstructor()
13665 MarkFunctionReferenced(CurrentLocation, BaseCtor.first); in DefineInheritingConstructor()
13667 InitLoc, B.getType(), BaseCtor.first, VBase, BaseCtor.second); in DefineInheritingConstructor()