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

  /src/external/gpl3/gcc/dist/gcc/
diagnostic-format-json.cc 166 json::object *fixit_obj = new json::object (); local
169 fixit_obj->set ("start", json_from_expanded_location (context, start_loc));
171 fixit_obj->set ("next", json_from_expanded_location (context, next_loc));
172 fixit_obj->set_string ("string", hint->get_string ());
174 return fixit_obj;
277 json::object *fixit_obj = json_from_fixit_hint (&m_context, hint); local
278 fixit_array->append (fixit_obj);
  /src/external/gpl3/gcc.old/dist/gcc/
diagnostic-format-json.cc 119 json::object *fixit_obj = new json::object (); local
122 fixit_obj->set ("start", json_from_expanded_location (context, start_loc));
124 fixit_obj->set ("next", json_from_expanded_location (context, next_loc));
125 fixit_obj->set ("string", new json::string (hint->get_string ()));
127 return fixit_obj;
245 json::object *fixit_obj = json_from_fixit_hint (context, hint); local
246 fixit_array->append (fixit_obj);

Completed in 19 milliseconds