Home
last modified time | relevance | path

Searched refs:edit_context (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dedit-context.c44 class edit_context; variable
211 edit_context::edit_context () in edit_context() function
220 edit_context::add_fixits (rich_location *richloc) in add_fixits()
242 edit_context::get_content (const char *filename) in get_content()
254 edit_context::get_effective_column (const char *filename, int line, in get_effective_column()
268 edit_context::generate_diff (bool show_filenames) in generate_diff()
282 edit_context::print_diff (pretty_printer *pp, bool show_filenames) in print_diff()
294 edit_context::apply_fixit (const fixit_hint *hint) in apply_fixit()
319 edit_context::get_file (const char *filename) in get_file()
328 edit_context::get_or_insert_file (const char *filename) in get_or_insert_file()
[all …]
H A Dedit-context.h25 class edit_context; variable
42 class edit_context
45 edit_context ();
H A Ddiagnostic.h99 class edit_context; variable
285 edit_context *edit_context_ptr;
H A Dtoplev.c1393 global_dc->edit_context_ptr = new edit_context (); in process_options()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dedit-context.cc44 class edit_context;
211 edit_context::edit_context () in edit_context() function in edit_context
220 edit_context::add_fixits (rich_location *richloc) in add_fixits()
242 edit_context::get_content (const char *filename) in get_content()
254 edit_context::get_effective_column (const char *filename, int line, in get_effective_column()
268 edit_context::generate_diff (bool show_filenames) in generate_diff()
282 edit_context::print_diff (pretty_printer *pp, bool show_filenames) in print_diff()
294 edit_context::apply_fixit (const fixit_hint *hint) in apply_fixit()
319 edit_context::get_file (const char *filename) in get_file()
328 edit_context::get_or_insert_file (const char *filename) in get_or_insert_file()
[all …]
H A Dedit-context.h25 class edit_context; variable
42 class edit_context
45 edit_context ();
H A Ddiagnostic.h160 class edit_context; variable
366 edit_context *edit_context_ptr;
H A Dtoplev.cc1242 global_dc->edit_context_ptr = new edit_context (); in process_options()
H A DChangeLog-201727982 to the edit_context if they can be auto-applied.
32821 (edit_context::add_fixits): Reimplement.
32822 (edit_context::apply_insert): Delete.
32823 (edit_context::apply_replace): Rename to...
32824 (edit_context::apply_fixit): ...this. Convert to half-open range.
32833 * edit-context.h (edit_context::apply_insert): Delete.
32834 (edit_context::apply_replace): Rename to...
32835 (edit_context::apply_fixit): ...this.
H A DChangeLog-201614065 * diagnostic.h (class edit_context): Add forward decl.
14072 edit_context if the options need one.