Searched refs:BaseCtor (Results 1 – 3 of 3) sorted by relevance
2424 CXXConstructorDecl *BaseCtor = nullptr; variable2429 CXXConstructorDecl *BaseCtor) in InheritedConstructor() argument2430 : Shadow(Shadow), BaseCtor(BaseCtor) {} in InheritedConstructor()2435 CXXConstructorDecl *getConstructor() const { return BaseCtor; } in getConstructor()
7239 auto BaseCtor = in specialMemberIsConstexpr() local7241 if (BaseCtor) in specialMemberIsConstexpr()7242 return BaseCtor->isConstexpr(); in specialMemberIsConstexpr()9017 auto *BaseCtor = in lookupInheritedCtor() local9019 if (auto *MD = ICI->findConstructorForBase(Class, BaseCtor).first) in lookupInheritedCtor()9265 if (auto *BaseCtor = SMOR.getMethod()) { in shouldDeleteForBase() local9270 if (BaseCtor->isDeleted() && Diagnose) { in shouldDeleteForBase()9276 S.NoteDeletedFunction(BaseCtor); in shouldDeleteForBase()9278 return BaseCtor->isDeleted(); in shouldDeleteForBase()13321 if (auto *BaseCtor = SMOR.getMethod()) { in visitBase() local[all …]
6201 findInheritingConstructor(SourceLocation Loc, CXXConstructorDecl *BaseCtor,