Home | History | Annotate | Download | only in Sema

Lines Matching refs:PDiag

1943               SemaRef.PDiag(diag::err_field_designator_unknown_suggest)
5184 PartialDiagnostic Diag = S.PDiag(diag::warn_cxx98_compat_temp_copy)
6016 S.PDiag(diag::err_access_dtor_temp) << T);
6602 PartialDiagnostic PDiag = S.PDiag(diag::err_init_conversion_failed)
6608 S.HandleFunctionTypeMismatch(PDiag, FromType, DestType);
6609 S.Diag(Kind.getLocation(), PDiag);