Searched refs:BaseCtor (Results 1 – 3 of 3) sorted by relevance
2572 CXXConstructorDecl *BaseCtor = nullptr; variable2577 CXXConstructorDecl *BaseCtor) in InheritedConstructor() argument2578 : Shadow(Shadow), BaseCtor(BaseCtor) {} in InheritedConstructor()2583 CXXConstructorDecl *getConstructor() const { return BaseCtor; } in getConstructor()
7480 auto BaseCtor = in specialMemberIsConstexpr() local7482 if (BaseCtor) in specialMemberIsConstexpr()7483 return BaseCtor->isConstexpr(); in specialMemberIsConstexpr()9382 auto *BaseCtor = in lookupInheritedCtor() local9384 if (auto *MD = ICI->findConstructorForBase(Class, BaseCtor).first) in lookupInheritedCtor()9667 if (auto *BaseCtor = SMOR.getMethod()) { in shouldDeleteForBase() local9672 if (BaseCtor->isDeleted() && Diagnose) { in shouldDeleteForBase()9678 S.NoteDeletedFunction(BaseCtor); in shouldDeleteForBase()9680 return BaseCtor->isDeleted(); in shouldDeleteForBase()13919 if (auto *BaseCtor = SMOR.getMethod()) { in visitBase() local[all …]
5348 findInheritingConstructor(SourceLocation Loc, CXXConstructorDecl *BaseCtor,