Lines Matching refs:Constexpr
7545 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, RD, CSM, in CheckExplicitlyDefaultedSpecialMember() local
7550 MD->isConstexpr() && !Constexpr && in CheckExplicitlyDefaultedSpecialMember()
7565 MD->setConstexprKind(Constexpr ? (MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember()
7567 : ConstexprSpecKind::Constexpr) in CheckExplicitlyDefaultedSpecialMember()
7738 bool Constexpr = true; member
7749 Constexpr &= R.Constexpr; in add()
7939 R.Constexpr &= BestFD->isConstexpr(); in visitBinaryOperator()
8724 !Info.Constexpr) { in CheckExplicitlyDefaultedComparison()
8739 if (First && !FD->isConstexpr() && Info.Constexpr) in CheckExplicitlyDefaultedComparison()
8740 FD->setConstexprKind(ConstexprSpecKind::Constexpr); in CheckExplicitlyDefaultedComparison()
13425 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitDefaultConstructor() local
13441 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitDefaultConstructor()
13553 bool Constexpr = in findInheritingConstructor() local
13563 Constexpr ? BaseCtor->getConstexprKind() : ConstexprSpecKind::Unspecified, in findInheritingConstructor()
13705 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitDestructor() local
13721 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitDestructor()
14345 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitCopyAssignment() local
14359 Constexpr ? ConstexprSpecKind::Constexpr : ConstexprSpecKind::Unspecified, in DeclareImplicitCopyAssignment()
14679 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitMoveAssignment() local
14693 Constexpr ? ConstexprSpecKind::Constexpr : ConstexprSpecKind::Unspecified, in DeclareImplicitMoveAssignment()
15055 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitCopyConstructor() local
15072 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitCopyConstructor()
15193 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitMoveConstructor() local
15211 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitMoveConstructor()