Searched refs:BaseCtor (Results 1 – 3 of 3) sorted by relevance
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 …]
4267 findInheritingConstructor(SourceLocation Loc, CXXConstructorDecl *BaseCtor,