Searched refs:make_json_for_path (Results 1 – 7 of 7) sorted by relevance
237 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()
316 context->make_json_for_path = default_tree_make_json_for_path; in tree_diagnostics_defaults()
236 json::value *(*make_json_for_path) (diagnostic_context *, const diagnostic_path *); member
262 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()
374 context->make_json_for_path = default_tree_make_json_for_path; in tree_diagnostics_defaults()
300 json::value *(*make_json_for_path) (diagnostic_context *, const diagnostic_path *); member
38475 (json_end_diagnostic): Call context->make_json_for_path if it38508 (diagnostic_context::make_json_for_path): New callback field.38538 context->make_json_for_path.