Searched refs:BaseCtor (Results 1 – 3 of 3) sorted by relevance
7323 auto BaseCtor = in specialMemberIsConstexpr() local7325 if (BaseCtor) in specialMemberIsConstexpr()7326 return BaseCtor->isConstexpr(); in specialMemberIsConstexpr()9203 auto *BaseCtor = in lookupInheritedCtor() local9205 if (auto *MD = ICI->findConstructorForBase(Class, BaseCtor).first) in lookupInheritedCtor()9464 if (auto *BaseCtor = SMOR.getMethod()) { in shouldDeleteForBase() local9469 if (BaseCtor->isDeleted() && Diagnose) { in shouldDeleteForBase()9475 S.NoteDeletedFunction(BaseCtor); in shouldDeleteForBase()9477 return BaseCtor->isDeleted(); in shouldDeleteForBase()13627 if (auto *BaseCtor = SMOR.getMethod()) { in visitBase() local[all …]
2515 CXXConstructorDecl *BaseCtor = nullptr; variable2520 CXXConstructorDecl *BaseCtor) in InheritedConstructor() argument2521 : Shadow(Shadow), BaseCtor(BaseCtor) {} in InheritedConstructor()2526 CXXConstructorDecl *getConstructor() const { return BaseCtor; } in getConstructor()
4933 findInheritingConstructor(SourceLocation Loc, CXXConstructorDecl *BaseCtor,