Lines Matching refs:PD
1564 Sema::Diag(SourceLocation Loc, const PartialDiagnostic &PD, bool DeferHint) { in Diag() argument
1565 return Diag(Loc, PD.getDiagID(), DeferHint) << PD; in Diag()
1739 const PartialDiagnostic &PD = PDAt.second; in emitDeferredDiags() local
1741 S.getDiagnostics().getDiagnosticLevel(PD.getDiagID(), Loc) >= in emitDeferredDiags()
1744 DiagnosticBuilder Builder(S.Diags.Report(Loc, PD.getDiagID())); in emitDeferredDiags()
1745 PD.Emit(Builder); in emitDeferredDiags()
1921 PartialDiagnostic PD = PDiag(diag::err_target_unsupported_type); in checkTypeSupport() local
1923 PD << D; in checkTypeSupport()
1925 PD << "expression"; in checkTypeSupport()
1926 targetDiag(Loc, PD, FD) in checkTypeSupport()
1951 PartialDiagnostic PD = PDiag(diag::err_target_unsupported_type); in checkTypeSupport() local
1953 PD << D; in checkTypeSupport()
1955 PD << "expression"; in checkTypeSupport()
1957 if (targetDiag(Loc, PD, FD) in checkTypeSupport()
1977 PartialDiagnostic PD = PDiag(diag::err_target_unsupported_type); in checkTypeSupport() local
1979 PD << D; in checkTypeSupport()
1981 PD << "expression"; in checkTypeSupport()
1983 if (Diag(Loc, PD, FD) in checkTypeSupport()
1996 PartialDiagnostic PD = PDiag(diag::err_target_unsupported_type); in checkTypeSupport() local
1998 PD << D; in checkTypeSupport()
2000 PD << "expression"; in checkTypeSupport()
2002 if (Diag(Loc, PD, FD) in checkTypeSupport()
2208 Diag(PUD.Loc, PUD.PD); in PopFunctionScopeInfo()
2571 bool Sema::tryToRecoverWithCall(ExprResult &E, const PartialDiagnostic &PD, in tryToRecoverWithCall() argument
2591 Diag(Loc, PD) << /*zero-arg*/ 1 << IsMV << Range in tryToRecoverWithCall()
2609 Diag(Loc, PD) << /*not zero-arg*/ 0 << IsMV << Range; in tryToRecoverWithCall()