Lines Matching defs:Constexpr
7802 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, RD, CSM,
7813 Constexpr = true;
7818 MD->isConstexpr() && !Constexpr &&
7839 MD->setConstexprKind(Constexpr ? (MD->isConsteval()
7841 : ConstexprSpecKind::Constexpr)
8021 bool Constexpr = true;
8032 Constexpr &= R.Constexpr;
8223 R.Constexpr &= BestFD->isConstexpr();
9074 !Info.Constexpr) {
9088 if (First && !FD->isConstexpr() && Info.Constexpr)
9089 FD->setConstexprKind(ConstexprSpecKind::Constexpr);
13941 bool Constexpr = defaultedSpecialMemberIsConstexpr(
13956 Constexpr ? ConstexprSpecKind::Constexpr
14072 bool Constexpr = BaseCtor->isConstexpr() &&
14082 Constexpr ? BaseCtor->getConstexprKind() : ConstexprSpecKind::Unspecified,
14227 bool Constexpr = defaultedSpecialMemberIsConstexpr(
14242 Constexpr ? ConstexprSpecKind::Constexpr
14867 bool Constexpr = defaultedSpecialMemberIsConstexpr(
14880 Constexpr ? ConstexprSpecKind::Constexpr : ConstexprSpecKind::Unspecified,
15219 bool Constexpr = defaultedSpecialMemberIsConstexpr(
15232 Constexpr ? ConstexprSpecKind::Constexpr : ConstexprSpecKind::Unspecified,
15617 bool Constexpr = defaultedSpecialMemberIsConstexpr(
15633 Constexpr ? ConstexprSpecKind::Constexpr
15760 bool Constexpr = defaultedSpecialMemberIsConstexpr(
15777 Constexpr ? ConstexprSpecKind::Constexpr