Lines Matching refs:PD
1592 Sema::Diag(SourceLocation Loc, const PartialDiagnostic &PD, bool DeferHint) { in Diag() argument
1593 return Diag(Loc, PD.getDiagID(), DeferHint) << PD; in Diag()
1767 const PartialDiagnostic &PD = PDAt.second; in emitDeferredDiags() local
1769 S.getDiagnostics().getDiagnosticLevel(PD.getDiagID(), Loc) >= in emitDeferredDiags()
1772 DiagnosticBuilder Builder(S.Diags.Report(Loc, PD.getDiagID())); in emitDeferredDiags()
1773 PD.Emit(Builder); in emitDeferredDiags()
1949 PartialDiagnostic PD = PDiag(diag::err_target_unsupported_type); in checkTypeSupport() local
1951 PD << D; in checkTypeSupport()
1953 PD << "expression"; in checkTypeSupport()
1954 targetDiag(Loc, PD, FD) in checkTypeSupport()
1979 PartialDiagnostic PD = PDiag(diag::err_target_unsupported_type); in checkTypeSupport() local
1981 PD << D; in checkTypeSupport()
1983 PD << "expression"; in checkTypeSupport()
1985 if (targetDiag(Loc, PD, FD) in checkTypeSupport()
2005 PartialDiagnostic PD = PDiag(diag::err_target_unsupported_type); in checkTypeSupport() local
2007 PD << D; in checkTypeSupport()
2009 PD << "expression"; in checkTypeSupport()
2011 if (Diag(Loc, PD, FD) in checkTypeSupport()
2024 PartialDiagnostic PD = PDiag(diag::err_target_unsupported_type); in checkTypeSupport() local
2026 PD << D; in checkTypeSupport()
2028 PD << "expression"; in checkTypeSupport()
2030 if (Diag(Loc, PD, FD) in checkTypeSupport()
2245 Diag(PUD.Loc, PUD.PD); in PopFunctionScopeInfo()
2611 bool Sema::tryToRecoverWithCall(ExprResult &E, const PartialDiagnostic &PD, in tryToRecoverWithCall() argument
2631 Diag(Loc, PD) << /*zero-arg*/ 1 << IsMV << Range in tryToRecoverWithCall()
2649 Diag(Loc, PD) << /*not zero-arg*/ 0 << IsMV << Range; in tryToRecoverWithCall()