Home
last modified time | relevance | path

Searched refs:make_json_for_path (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic-format-json.cc237 if (path && context->make_json_for_path) in json_end_diagnostic()
239 json::value *path_value = context->make_json_for_path (context, path); in json_end_diagnostic()
H A Dtree-diagnostic.c316 context->make_json_for_path = default_tree_make_json_for_path; in tree_diagnostics_defaults()
H A Ddiagnostic.h236 json::value *(*make_json_for_path) (diagnostic_context *, const diagnostic_path *); member
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic-format-json.cc262 if (path && context->make_json_for_path) in json_end_diagnostic()
264 json::value *path_value = context->make_json_for_path (context, path); in json_end_diagnostic()
H A Dtree-diagnostic.cc374 context->make_json_for_path = default_tree_make_json_for_path; in tree_diagnostics_defaults()
H A Ddiagnostic.h300 json::value *(*make_json_for_path) (diagnostic_context *, const diagnostic_path *); member
H A DChangeLog-202038475 (json_end_diagnostic): Call context->make_json_for_path if it
38508 (diagnostic_context::make_json_for_path): New callback field.
38538 context->make_json_for_path.