Searched refs:BaseCtor (Results 1 – 7 of 7) sorted by relevance
187 struct BaseCtor { BaseCtor() = default; }; // expected-note 0+ {{candidate}} struct188 struct InheritsCtor : BaseCtor { // expected-note 1+ {{candidate}}189 using BaseCtor::BaseCtor; // expected-note 2 {{inherited here}}
2163 CXXConstructorDecl *BaseCtor; variable2166 InheritedConstructor() : Shadow(), BaseCtor() {} in InheritedConstructor()2168 CXXConstructorDecl *BaseCtor) in InheritedConstructor() argument2169 : Shadow(Shadow), BaseCtor(BaseCtor) {} in InheritedConstructor()2174 CXXConstructorDecl *getConstructor() const { return BaseCtor; } in getConstructor()
5167 auto BaseCtor = in specialMemberIsConstexpr() local5169 if (BaseCtor) in specialMemberIsConstexpr()5170 return BaseCtor->isConstexpr(); in specialMemberIsConstexpr()5767 auto *BaseCtor = in shouldDeleteForBase() local5772 if (BaseCtor) { in shouldDeleteForBase()5773 if (BaseCtor->isDeleted() && Diagnose) { in shouldDeleteForBase()5778 S.NoteDeletedFunction(BaseCtor); in shouldDeleteForBase()5780 return BaseCtor->isDeleted(); in shouldDeleteForBase()9245 CXXConstructorDecl *BaseCtor, in findInheritingConstructor() argument9253 DeclarationName Name = BaseCtor->getDeclName(); in findInheritingConstructor()[all …]
2355 CXXConstructorDecl *BaseCtor = nullptr; variable2360 CXXConstructorDecl *BaseCtor) in InheritedConstructor() argument2361 : Shadow(Shadow), BaseCtor(BaseCtor) {} in InheritedConstructor()2366 CXXConstructorDecl *getConstructor() const { return BaseCtor; } in getConstructor()
7005 auto BaseCtor = in specialMemberIsConstexpr() local7007 if (BaseCtor) in specialMemberIsConstexpr()7008 return BaseCtor->isConstexpr(); in specialMemberIsConstexpr()8665 auto *BaseCtor = in lookupInheritedCtor() local8667 if (auto *MD = ICI->findConstructorForBase(Class, BaseCtor).first) in lookupInheritedCtor()8913 if (auto *BaseCtor = SMOR.getMethod()) { in shouldDeleteForBase() local8918 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[all …]
4267 findInheritingConstructor(SourceLocation Loc, CXXConstructorDecl *BaseCtor,
5563 findInheritingConstructor(SourceLocation Loc, CXXConstructorDecl *BaseCtor,