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

  /src/external/gpl3/gcc/dist/gcc/
diagnostic-format-sarif.cc 78 void add_related_location (json::object *location_obj);
184 void set_any_logical_locs_arr (json::object *location_obj,
325 json::object *location_obj local
330 location_obj->set ("message", message_obj);
332 add_related_location (location_obj);
346 json::object *location_obj = new json::object (); local
349 location_obj->set ("message", message_obj);
351 add_related_location (location_obj);
354 /* Add LOCATION_OBJ to this result's "relatedLocations" array,
358 sarif_result::add_related_location (json::object *location_obj)
742 json::object *location_obj local
771 json::object *location_obj = new json::object (); local
794 json::object *location_obj = new json::object (); local
1218 json::object *location_obj = make_location_object (ev); local
    [all...]

Completed in 69 milliseconds