Searched refs:BaseCtor (Results 1 – 3 of 3) sorted by relevance
7443 auto BaseCtor = in specialMemberIsConstexpr() local7445 if (BaseCtor) in specialMemberIsConstexpr()7446 return BaseCtor->isConstexpr(); in specialMemberIsConstexpr()9303 auto *BaseCtor = in lookupInheritedCtor() local9573 S.NoteDeletedFunction(BaseCtor); in shouldDeleteForBase()9575 return BaseCtor->isDeleted(); in shouldDeleteForBase()13761 visitSubobjectCall(Base, BaseCtor); in visitBase()14088 BaseCtor)) in findInheritingConstructor()14102 BaseCtor->isConstexpr() && in findInheritingConstructor()14210 if (!BaseCtor.first) in DefineInheritingConstructor()[all …]
2501 CXXConstructorDecl *BaseCtor = nullptr; variable2506 CXXConstructorDecl *BaseCtor) in InheritedConstructor() argument2507 : Shadow(Shadow), BaseCtor(BaseCtor) {} in InheritedConstructor()2512 CXXConstructorDecl *getConstructor() const { return BaseCtor; } in getConstructor()
6354 findInheritingConstructor(SourceLocation Loc, CXXConstructorDecl *BaseCtor,