Lines Matching defs:PD
1858 const PartialDiagnostic &PD = PDAt.second;
1860 S.getDiagnostics().getDiagnosticLevel(PD.getDiagID(), Loc) >=
1863 DiagnosticBuilder Builder(S.Diags.Report(Loc, PD.getDiagID()));
1864 PD.Emit(Builder);
2020 PartialDiagnostic PD = PDiag(diag::err_target_unsupported_type);
2022 PD << D;
2024 PD << "expression";
2025 targetDiag(Loc, PD, FD)
2052 PartialDiagnostic PD = PDiag(diag::err_target_unsupported_type);
2054 PD << D;
2056 PD << "expression";
2058 if (targetDiag(Loc, PD, FD)
2079 PartialDiagnostic PD = PDiag(diag::err_target_unsupported_type);
2081 PD << D;
2083 PD << "expression";
2085 if (Diag(Loc, PD, FD)
2098 PartialDiagnostic PD = PDiag(diag::err_target_unsupported_type);
2100 PD << D;
2102 PD << "expression";
2104 if (Diag(Loc, PD, FD)
2310 Diag(PUD.Loc, PUD.PD);
2671 bool Sema::tryToRecoverWithCall(ExprResult &E, const PartialDiagnostic &PD,
2691 Diag(Loc, PD) << /*zero-arg*/ 1 << IsMV << Range
2709 Diag(Loc, PD) << /*not zero-arg*/ 0 << IsMV << Range;