Lines Matching refs:Constexpr
7724 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, RD, CSM,
7735 Constexpr = true;
7740 MD->isConstexpr() && !Constexpr &&
7761 MD->setConstexprKind(Constexpr ? (MD->isConsteval()
7763 : ConstexprSpecKind::Constexpr)
7943 bool Constexpr = true;
7954 Constexpr &= R.Constexpr;
8145 R.Constexpr &= BestFD->isConstexpr();
8993 !Info.Constexpr) {
9007 if (First && !FD->isConstexpr() && Info.Constexpr)
9008 FD->setConstexprKind(ConstexprSpecKind::Constexpr);
13842 bool Constexpr = defaultedSpecialMemberIsConstexpr(
13857 Constexpr ? ConstexprSpecKind::Constexpr
13973 bool Constexpr = BaseCtor->isConstexpr() &&
13983 Constexpr ? BaseCtor->getConstexprKind() : ConstexprSpecKind::Unspecified,
14128 bool Constexpr = defaultedSpecialMemberIsConstexpr(
14143 Constexpr ? ConstexprSpecKind::Constexpr
14769 bool Constexpr = defaultedSpecialMemberIsConstexpr(
14782 Constexpr ? ConstexprSpecKind::Constexpr : ConstexprSpecKind::Unspecified,
15121 bool Constexpr = defaultedSpecialMemberIsConstexpr(
15134 Constexpr ? ConstexprSpecKind::Constexpr : ConstexprSpecKind::Unspecified,
15517 bool Constexpr = defaultedSpecialMemberIsConstexpr(
15533 Constexpr ? ConstexprSpecKind::Constexpr
15661 bool Constexpr = defaultedSpecialMemberIsConstexpr(
15678 Constexpr ? ConstexprSpecKind::Constexpr