Searched refs:BaseCtor (Results 1 – 3 of 3) sorted by relevance
2376 CXXConstructorDecl *BaseCtor = nullptr; variable2381 CXXConstructorDecl *BaseCtor) in InheritedConstructor() argument2382 : Shadow(Shadow), BaseCtor(BaseCtor) {} in InheritedConstructor()2387 CXXConstructorDecl *getConstructor() const { return BaseCtor; } in getConstructor()
7080 auto BaseCtor = in specialMemberIsConstexpr() local7082 if (BaseCtor) in specialMemberIsConstexpr()7083 return BaseCtor->isConstexpr(); in specialMemberIsConstexpr()8744 auto *BaseCtor = in lookupInheritedCtor() local8746 if (auto *MD = ICI->findConstructorForBase(Class, BaseCtor).first) in lookupInheritedCtor()8992 if (auto *BaseCtor = SMOR.getMethod()) { in shouldDeleteForBase() local8997 if (BaseCtor->isDeleted() && Diagnose) { in shouldDeleteForBase()9003 S.NoteDeletedFunction(BaseCtor); in shouldDeleteForBase()9005 return BaseCtor->isDeleted(); in shouldDeleteForBase()12830 if (auto *BaseCtor = SMOR.getMethod()) { in visitBase() local[all …]
5710 findInheritingConstructor(SourceLocation Loc, CXXConstructorDecl *BaseCtor,