Home | History | Annotate | Download | only in CodeGen

Lines Matching full:report

147           Diags.Report(diag::err_fe_cannot_link_module)
259 // If this problem has clang-level source location information, report the
263 Diags.Report(LocCookie, diag::err_fe_inline_asm).AddString(Message);
266 DiagnosticBuilder B = Diags.Report(Loc, diag::note_fe_inline_asm_here);
279 // Otherwise, report the backend error as occurring in the generated .s file.
280 // If Loc is invalid, we still need to report the error, it just gets no
282 Diags.Report(Loc, diag::err_fe_inline_asm).AddString(Message);
360 CI.getDiagnostics().Report(diag::err_cannot_open_file)
367 CI.getDiagnostics().Report(diag::err_cannot_open_file)
428 CI.getDiagnostics().Report(Loc, DiagID);