Home
last modified time | relevance | path

Searched refs:add_fixit_replace (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddiagnostic-show-locus.cc3404 richloc.add_fixit_replace ("m_field"); in test_one_liner_fixit_replace()
3426 richloc.add_fixit_replace (range, "m_field"); in test_one_liner_fixit_replace_non_equal_range()
3451 richloc.add_fixit_replace (field, "m_field"); in test_one_liner_fixit_replace_equal_secondary_range()
3514 richloc.add_fixit_replace (range, "test"); in test_one_liner_fixit_validation_adhoc_locations()
3961 richloc.add_fixit_replace ("m_\xf0\x9f\x98\x82_field\xcf\x80"); in test_one_liner_fixit_replace_utf8()
3988 richloc.add_fixit_replace (range, "m_\xf0\x9f\x98\x82_field\xcf\x80"); in test_one_liner_fixit_replace_non_equal_range_utf8()
4018 richloc.add_fixit_replace (field, "m_\xf0\x9f\x98\x82_field\xcf\x80"); in test_one_liner_fixit_replace_equal_secondary_range_utf8()
4094 richloc.add_fixit_replace (range, "test"); in test_one_liner_fixit_validation_adhoc_locations_utf8()
4486 richloc.add_fixit_replace (colon, "="); in test_diagnostic_show_locus_fixit_lines()
4506 richloc.add_fixit_replace (colon, "="); in test_diagnostic_show_locus_fixit_lines()
[all …]
Dsubstring-locations.cc193 richloc.add_fixit_replace (fmt_substring_range, m_corrected_substring); in emit_warning_n_va()
226 substring_richloc.add_fixit_replace (fmt_substring_range, in emit_warning_n_va()
Dedit-context.cc1210 richloc.add_fixit_replace ("m_field"); in test_applying_fixits_growing_replace()
1255 richloc.add_fixit_replace ("field"); in test_applying_fixits_shrinking_replace()
1301 richloc.add_fixit_replace (range, "\n = "); in test_applying_fixits_replace_containing_newline()
1399 replace_a.add_fixit_replace (source_range::from_locations (c7, c9), in test_applying_fixits_multiple()
1404 replace_b.add_fixit_replace (source_range::from_locations (c11, c15), in test_applying_fixits_multiple()
1587 r1.add_fixit_replace (source_range::from_locations (c1, c3), in test_applying_fixits_modernize_named_init()
1592 r2.add_fixit_replace (source_range::from_locations (c8, c8), in test_applying_fixits_modernize_named_init()
1758 richloc.add_fixit_replace (range, "change"); in test_applying_fixits_column_validation()
1775 richloc.add_fixit_replace (range, "change"); in test_applying_fixits_column_validation()
Dgcc-rich-location.cc72 add_fixit_replace (misspelled_token_loc, IDENTIFIER_POINTER (hint_id)); in add_fixit_misspelled_id()
Ddiagnostic.cc2299 richloc.add_fixit_replace (where, "replacement"); in test_print_parseable_fixits_replace()
2329 richloc.add_fixit_replace (where, "color"); in test_print_parseable_fixits_bytes_vs_display_columns()
/netbsd/src/external/gpl3/gcc/dist/libcpp/include/
Dline-map.h1746 add_fixit_replace (const char *new_content);
1751 add_fixit_replace (location_t where,
1757 add_fixit_replace (source_range src_range,
/netbsd/src/external/gpl3/gcc/dist/libcpp/
Dline-map.cc2294 add_fixit_replace (src_range, ""); in add_fixit_remove()
2301 rich_location::add_fixit_replace (const char *new_content) in add_fixit_replace() function in rich_location
2303 add_fixit_replace (get_loc (), new_content); in add_fixit_replace()
2312 rich_location::add_fixit_replace (location_t where, in add_fixit_replace() function in rich_location
2316 add_fixit_replace (range, new_content); in add_fixit_replace()
2323 rich_location::add_fixit_replace (source_range src_range, in add_fixit_replace() function in rich_location
DChangeLog2194 (rich_location::add_fixit_replace): Reimplement in terms of
2366 (rich_location::add_fixit_replace): Likewise.
2436 (rich_location::add_fixit_replace): Likewise.
2447 (rich_location::add_fixit_replace): Likewise.
2452 (rich_location::add_fixit_replace): Likewise.
2460 (rich_location::add_fixit_replace): Call get_pure_location on the
2479 (rich_location::add_fixit_replace): Call reject_impossible_fixit
2496 by calling add_fixit_replace with an empty string.
2895 (rich_location::add_fixit_replace): New method.
2911 (rich_location::add_fixit_replace): New method.
Ddirectives.cc539 richloc.add_fixit_replace (misspelled_token_range, hint); in _cpp_handle_directive()
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dux.texi481 richloc.add_fixit_replace (suggestion);
570 richloc.add_fixit_replace (IDENTIFIER_POINTER (name));
Dgccint.info47801 richloc.add_fixit_replace (suggestion);
47874 richloc.add_fixit_replace (IDENTIFIER_POINTER (name));
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dlex.cc720 richloc.add_fixit_replace (suggestion); in unqualified_name_lookup_error()
Derror.cc4603 richloc.add_fixit_replace (suggestion); in qualified_name_lookup_error()
4630 richloc.add_fixit_replace (suggestion); in qualified_name_lookup_error()
4644 richloc.add_fixit_replace (suggestion); in qualified_name_lookup_error()
Dparser.cc3505 richloc.add_fixit_replace (suggestion); in cp_parser_diagnose_invalid_type_name()
3595 richloc.add_fixit_replace (suggestion); in cp_parser_diagnose_invalid_type_name()
6749 richloc.add_fixit_replace ("::"); in cp_parser_nested_name_specifier_opt()
9757 rich_loc->add_fixit_replace (open_paren_loc, pp_formatted_text (&pp)); in maybe_add_cast_fixit()
9760 rich_loc->add_fixit_replace (close_paren_loc, "> ("); in maybe_add_cast_fixit()
21236 richloc.add_fixit_replace (suggestion); in cp_parser_namespace_name()
22308 iloc.add_fixit_replace (get_start (loc), "{"); in warn_about_ambiguous_parse()
22309 iloc.add_fixit_replace (get_finish (loc), "}"); in warn_about_ambiguous_parse()
22329 iloc.add_fixit_replace (get_start (loc), "{"); in warn_about_ambiguous_parse()
22330 iloc.add_fixit_replace (get_finish (loc), "}"); in warn_about_ambiguous_parse()
[all …]
Dtypeck.cc3091 richloc->add_fixit_replace (pp_formatted_text (&pp)); in add_fixit_hint()
DChangeLog-20161387 * name-lookup.c (suggest_alternatives_for): Use add_fixit_replace