Home
last modified time | relevance | path

Searched refs:add_fixit_hint (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dtypeck.cc3085 access_failure_info::add_fixit_hint (rich_location *richloc, in add_fixit_hint() function in access_failure_info
3105 add_fixit_hint (&richloc, accessor); in maybe_suggest_accessor()
3146 afi.add_fixit_hint (&rich_loc, accessor); in complain_about_unrecognized_member()
DChangeLog-20181333 (access_failure_info::add_fixit_hint): New static member function.
1339 (access_failure_info::add_fixit_hint): ...and this new function.
Dcp-tree.h6615 static void add_fixit_hint (rich_location *richloc, tree accessor);
DChangeLog-2020903 * typeck.c (access_failure_info::add_fixit_hint): Same.