Lines Matching refs:ConstexprSpecKind
7566 ? ConstexprSpecKind::Consteval in CheckExplicitlyDefaultedSpecialMember()
7567 : ConstexprSpecKind::Constexpr) in CheckExplicitlyDefaultedSpecialMember()
7568 : ConstexprSpecKind::Unspecified); in CheckExplicitlyDefaultedSpecialMember()
8740 FD->setConstexprKind(ConstexprSpecKind::Constexpr); in CheckExplicitlyDefaultedComparison()
13441 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitDefaultConstructor()
13442 : ConstexprSpecKind::Unspecified); in DeclareImplicitDefaultConstructor()
13563 Constexpr ? BaseCtor->getConstexprKind() : ConstexprSpecKind::Unspecified, in findInheritingConstructor()
13721 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitDestructor()
13722 : ConstexprSpecKind::Unspecified); in DeclareImplicitDestructor()
14359 Constexpr ? ConstexprSpecKind::Constexpr : ConstexprSpecKind::Unspecified, in DeclareImplicitCopyAssignment()
14693 Constexpr ? ConstexprSpecKind::Constexpr : ConstexprSpecKind::Unspecified, in DeclareImplicitMoveAssignment()
15072 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitCopyConstructor()
15073 : ConstexprSpecKind::Unspecified); in DeclareImplicitCopyConstructor()
15211 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitMoveConstructor()
15212 : ConstexprSpecKind::Unspecified); in DeclareImplicitMoveConstructor()