Lines Matching refs:ConstexprSpecKind
7634 ? ConstexprSpecKind::Consteval in CheckExplicitlyDefaultedSpecialMember()
7635 : ConstexprSpecKind::Constexpr) in CheckExplicitlyDefaultedSpecialMember()
7636 : ConstexprSpecKind::Unspecified); in CheckExplicitlyDefaultedSpecialMember()
8826 FD->setConstexprKind(ConstexprSpecKind::Constexpr); in CheckExplicitlyDefaultedComparison()
13550 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitDefaultConstructor()
13551 : ConstexprSpecKind::Unspecified); in DeclareImplicitDefaultConstructor()
13672 Constexpr ? BaseCtor->getConstexprKind() : ConstexprSpecKind::Unspecified, in findInheritingConstructor()
13830 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitDestructor()
13831 : ConstexprSpecKind::Unspecified); in DeclareImplicitDestructor()
14470 Constexpr ? ConstexprSpecKind::Constexpr : ConstexprSpecKind::Unspecified, in DeclareImplicitCopyAssignment()
14809 Constexpr ? ConstexprSpecKind::Constexpr : ConstexprSpecKind::Unspecified, in DeclareImplicitMoveAssignment()
15189 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitCopyConstructor()
15190 : ConstexprSpecKind::Unspecified); in DeclareImplicitCopyConstructor()
15330 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitMoveConstructor()
15331 : ConstexprSpecKind::Unspecified); in DeclareImplicitMoveConstructor()