Lines Matching refs:ConstexprSpecKind
7383 ? ConstexprSpecKind::Consteval in CheckExplicitlyDefaultedSpecialMember()
7384 : ConstexprSpecKind::Constexpr) in CheckExplicitlyDefaultedSpecialMember()
7385 : ConstexprSpecKind::Unspecified); in CheckExplicitlyDefaultedSpecialMember()
8477 FD->setConstexprKind(ConstexprSpecKind::Constexpr); in CheckExplicitlyDefaultedComparison()
12989 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitDefaultConstructor()
12990 : ConstexprSpecKind::Unspecified); in DeclareImplicitDefaultConstructor()
13111 Constexpr ? BaseCtor->getConstexprKind() : ConstexprSpecKind::Unspecified, in findInheritingConstructor()
13268 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitDestructor()
13269 : ConstexprSpecKind::Unspecified); in DeclareImplicitDestructor()
13905 Constexpr ? ConstexprSpecKind::Constexpr : ConstexprSpecKind::Unspecified, in DeclareImplicitCopyAssignment()
14231 Constexpr ? ConstexprSpecKind::Constexpr : ConstexprSpecKind::Unspecified, in DeclareImplicitMoveAssignment()
14615 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitCopyConstructor()
14616 : ConstexprSpecKind::Unspecified); in DeclareImplicitCopyConstructor()
14749 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitMoveConstructor()
14750 : ConstexprSpecKind::Unspecified); in DeclareImplicitMoveConstructor()