Lines Matching defs:PD
1841 const PartialDiagnostic &PD = PDAt.second;
1843 S.getDiagnostics().getDiagnosticLevel(PD.getDiagID(), Loc) >=
1846 DiagnosticBuilder Builder(S.Diags.Report(Loc, PD.getDiagID()));
1847 PD.Emit(Builder);
2003 PartialDiagnostic PD = PDiag(diag::err_target_unsupported_type);
2005 PD << D;
2007 PD << "expression";
2008 targetDiag(Loc, PD, FD)
2035 PartialDiagnostic PD = PDiag(diag::err_target_unsupported_type);
2037 PD << D;
2039 PD << "expression";
2041 if (targetDiag(Loc, PD, FD)
2062 PartialDiagnostic PD = PDiag(diag::err_target_unsupported_type);
2064 PD << D;
2066 PD << "expression";
2068 if (Diag(Loc, PD, FD)
2081 PartialDiagnostic PD = PDiag(diag::err_target_unsupported_type);
2083 PD << D;
2085 PD << "expression";
2087 if (Diag(Loc, PD, FD)
2293 Diag(PUD.Loc, PUD.PD);
2653 bool Sema::tryToRecoverWithCall(ExprResult &E, const PartialDiagnostic &PD,
2673 Diag(Loc, PD) << /*zero-arg*/ 1 << IsMV << Range
2691 Diag(Loc, PD) << /*not zero-arg*/ 0 << IsMV << Range;