Lines Matching refs:Constexpr
7602 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, RD, CSM, in CheckExplicitlyDefaultedSpecialMember() local
7613 Constexpr = true; in CheckExplicitlyDefaultedSpecialMember()
7618 MD->isConstexpr() && !Constexpr && in CheckExplicitlyDefaultedSpecialMember()
7633 MD->setConstexprKind(Constexpr ? (MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember()
7635 : ConstexprSpecKind::Constexpr) in CheckExplicitlyDefaultedSpecialMember()
7807 bool Constexpr = true; member
7818 Constexpr &= R.Constexpr; in add()
8009 R.Constexpr &= BestFD->isConstexpr(); in visitBinaryOperator()
8810 !Info.Constexpr) { in CheckExplicitlyDefaultedComparison()
8825 if (First && !FD->isConstexpr() && Info.Constexpr) in CheckExplicitlyDefaultedComparison()
8826 FD->setConstexprKind(ConstexprSpecKind::Constexpr); in CheckExplicitlyDefaultedComparison()
13534 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitDefaultConstructor() local
13550 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitDefaultConstructor()
13662 bool Constexpr = in findInheritingConstructor() local
13672 Constexpr ? BaseCtor->getConstexprKind() : ConstexprSpecKind::Unspecified, in findInheritingConstructor()
13814 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitDestructor() local
13830 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitDestructor()
14456 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitCopyAssignment() local
14470 Constexpr ? ConstexprSpecKind::Constexpr : ConstexprSpecKind::Unspecified, in DeclareImplicitCopyAssignment()
14795 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitMoveAssignment() local
14809 Constexpr ? ConstexprSpecKind::Constexpr : ConstexprSpecKind::Unspecified, in DeclareImplicitMoveAssignment()
15172 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitCopyConstructor() local
15189 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitCopyConstructor()
15312 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitMoveConstructor() local
15330 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitMoveConstructor()