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

  /src/external/gpl3/gcc/dist/gcc/
diagnostic-format-sarif.cc 758 json::object *logical_loc_obj = make_sarif_logical_location_object (*logical_loc);
760 location_locs_arr->append (logical_loc_obj);
1143 json::object *logical_loc_obj = new json::object (); local
1147 logical_loc_obj->set_string ("name", short_name);
1151 logical_loc_obj->set_string ("fullyQualifiedName", name_with_scope);
1155 logical_loc_obj->set_string ("decoratedName", internal_name);
1160 logical_loc_obj->set_string ("kind", sarif_kind_str);
1162 return logical_loc_obj;
diagnostic-format-sarif.cc 758 json::object *logical_loc_obj = make_sarif_logical_location_object (*logical_loc);
760 location_locs_arr->append (logical_loc_obj);
1143 json::object *logical_loc_obj = new json::object (); local
1147 logical_loc_obj->set_string ("name", short_name);
1151 logical_loc_obj->set_string ("fullyQualifiedName", name_with_scope);
1155 logical_loc_obj->set_string ("decoratedName", internal_name);
1160 logical_loc_obj->set_string ("kind", sarif_kind_str);
1162 return logical_loc_obj;

Completed in 34 milliseconds