Lines Matching refs:BaseCtor
7005 auto BaseCtor = in specialMemberIsConstexpr() local
7007 if (BaseCtor) in specialMemberIsConstexpr()
7008 return BaseCtor->isConstexpr(); in specialMemberIsConstexpr()
8665 auto *BaseCtor = in lookupInheritedCtor() local
8667 if (auto *MD = ICI->findConstructorForBase(Class, BaseCtor).first) in lookupInheritedCtor()
8913 if (auto *BaseCtor = SMOR.getMethod()) { in shouldDeleteForBase() local
8918 if (BaseCtor->isDeleted() && Diagnose) { in shouldDeleteForBase()
8924 S.NoteDeletedFunction(BaseCtor); in shouldDeleteForBase()
8926 return BaseCtor->isDeleted(); in shouldDeleteForBase()
12772 if (auto *BaseCtor = SMOR.getMethod()) { in visitBase() local
12773 visitSubobjectCall(Base, BaseCtor); in visitBase()
13073 CXXConstructorDecl *BaseCtor, in findInheritingConstructor() argument
13081 DeclarationName Name = BaseCtor->getDeclName(); in findInheritingConstructor()
13089 BaseCtor)) in findInheritingConstructor()
13094 Context.getTrivialTypeSourceInfo(BaseCtor->getType(), UsingLoc); in findInheritingConstructor()
13103 BaseCtor->isConstexpr() && in findInheritingConstructor()
13105 false, BaseCtor, &ICI); in findInheritingConstructor()
13109 BaseCtor->getExplicitSpecifier(), /*isInline=*/true, in findInheritingConstructor()
13111 Constexpr ? BaseCtor->getConstexprKind() : ConstexprSpecKind::Unspecified, in findInheritingConstructor()
13112 InheritedConstructor(Shadow, BaseCtor), in findInheritingConstructor()
13113 BaseCtor->getTrailingRequiresClause()); in findInheritingConstructor()
13137 mergeDeclAttributes(PD, BaseCtor->getParamDecl(I)); in findInheritingConstructor()
13143 assert(!BaseCtor->isDeleted() && "should not use deleted constructor"); in findInheritingConstructor()
13144 DerivedCtor->setAccess(BaseCtor->getAccess()); in findInheritingConstructor()
13209 auto BaseCtor = ICI.findConstructorForBase(BaseRD, InheritedCtor); in DefineInheritingConstructor() local
13210 if (!BaseCtor.first) in DefineInheritingConstructor()
13213 MarkFunctionReferenced(CurrentLocation, BaseCtor.first); in DefineInheritingConstructor()
13215 InitLoc, B.getType(), BaseCtor.first, VBase, BaseCtor.second); in DefineInheritingConstructor()