Lines Matching refs:ConstexprSpecKind
7458 ? ConstexprSpecKind::Consteval in CheckExplicitlyDefaultedSpecialMember()
7459 : ConstexprSpecKind::Constexpr) in CheckExplicitlyDefaultedSpecialMember()
7460 : ConstexprSpecKind::Unspecified); in CheckExplicitlyDefaultedSpecialMember()
8556 FD->setConstexprKind(ConstexprSpecKind::Constexpr); in CheckExplicitlyDefaultedComparison()
13047 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitDefaultConstructor()
13048 : ConstexprSpecKind::Unspecified); in DeclareImplicitDefaultConstructor()
13169 Constexpr ? BaseCtor->getConstexprKind() : ConstexprSpecKind::Unspecified, in findInheritingConstructor()
13326 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitDestructor()
13327 : ConstexprSpecKind::Unspecified); in DeclareImplicitDestructor()
13963 Constexpr ? ConstexprSpecKind::Constexpr : ConstexprSpecKind::Unspecified, in DeclareImplicitCopyAssignment()
14297 Constexpr ? ConstexprSpecKind::Constexpr : ConstexprSpecKind::Unspecified, in DeclareImplicitMoveAssignment()
14681 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitCopyConstructor()
14682 : ConstexprSpecKind::Unspecified); in DeclareImplicitCopyConstructor()
14815 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitMoveConstructor()
14816 : ConstexprSpecKind::Unspecified); in DeclareImplicitMoveConstructor()