HomeSort by: relevance | last modified time | path
    Searched defs:richloc (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
diagnostic-format-json.cc 256 const rich_location *richloc = diagnostic.richloc; local
261 for (unsigned int i = 0; i < richloc->get_num_locations (); i++)
263 const location_range *loc_range = richloc->get_range (i);
270 if (richloc->get_num_fixit_hints ())
274 for (unsigned int i = 0; i < richloc->get_num_fixit_hints (); i++)
276 const fixit_hint *hint = richloc->get_fixit_hint (i);
293 const diagnostic_path *path = richloc->get_path ();
302 new json::literal (richloc->escape_on_output_p ()));
diagnostic.h 138 : message (), richloc (), metadata (), x_data (), kind (), option_index (),
146 rich_location *richloc; member in struct:diagnostic_info
434 void maybe_show_locus (const rich_location &richloc,
574 void show_locus (const rich_location &richloc,
921 rich_location *richloc,
925 gcc_assert (richloc);
926 context->maybe_show_locus (*richloc, diagnostic_kind, pp);
1047 return diagnostic->richloc->get_expanded_location (which);
diagnostic-format-sarif.cc 229 json::object *make_artifact_change_object (const rich_location &richloc);
326 = builder->make_location_object (*diagnostic.richloc, NULL);
609 if (const diagnostic_path *path = diagnostic.richloc->get_path ())
622 const rich_location *richloc = diagnostic.richloc; local
623 if (richloc->get_num_fixit_hints ())
626 json::object *fix_obj = make_fix_object (*richloc);
743 = make_location_object (*diagnostic.richloc, logical_loc);
1660 /* Make a fix object (SARIF v2.1.0 section 3.55) for RICHLOC. */
1663 sarif_builder::make_fix_object (const rich_location &richloc)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
diagnostic-format-json.cc 225 const rich_location *richloc = diagnostic->richloc; local
230 for (unsigned int i = 0; i < richloc->get_num_locations (); i++)
232 const location_range *loc_range = richloc->get_range (i);
238 if (richloc->get_num_fixit_hints ())
242 for (unsigned int i = 0; i < richloc->get_num_fixit_hints (); i++)
244 const fixit_hint *hint = richloc->get_fixit_hint (i);
261 const diagnostic_path *path = richloc->get_path ();
269 new json::literal (richloc->escape_on_output_p ()));
diagnostic.h 105 : message (), richloc (), metadata (), x_data (), kind (), option_index (),
113 rich_location *richloc; member in struct:diagnostic_info
470 rich_location *richloc,
550 return diagnostic->richloc->get_expanded_location (which);

Completed in 25 milliseconds