Lines Matching refs:Constexpr
7437 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, RD, CSM, in CheckExplicitlyDefaultedSpecialMember() local
7442 MD->isConstexpr() && !Constexpr && in CheckExplicitlyDefaultedSpecialMember()
7457 MD->setConstexprKind(Constexpr ? (MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember()
7459 : ConstexprSpecKind::Constexpr) in CheckExplicitlyDefaultedSpecialMember()
7630 bool Constexpr = true; member
7641 Constexpr &= R.Constexpr; in add()
7821 R.Constexpr &= BestFD->isConstexpr(); in visitBinaryOperator()
8540 !Info.Constexpr) { in CheckExplicitlyDefaultedComparison()
8555 if (First && !FD->isConstexpr() && Info.Constexpr) in CheckExplicitlyDefaultedComparison()
8556 FD->setConstexprKind(ConstexprSpecKind::Constexpr); in CheckExplicitlyDefaultedComparison()
13032 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitDefaultConstructor() local
13047 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitDefaultConstructor()
13160 bool Constexpr = in findInheritingConstructor() local
13169 Constexpr ? BaseCtor->getConstexprKind() : ConstexprSpecKind::Unspecified, in findInheritingConstructor()
13311 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitDestructor() local
13326 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitDestructor()
13950 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitCopyAssignment() local
13963 Constexpr ? ConstexprSpecKind::Constexpr : ConstexprSpecKind::Unspecified, in DeclareImplicitCopyAssignment()
14284 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitMoveAssignment() local
14297 Constexpr ? ConstexprSpecKind::Constexpr : ConstexprSpecKind::Unspecified, in DeclareImplicitMoveAssignment()
14664 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitCopyConstructor() local
14681 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitCopyConstructor()
14797 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, ClassDecl, in DeclareImplicitMoveConstructor() local
14815 Constexpr ? ConstexprSpecKind::Constexpr in DeclareImplicitMoveConstructor()