Home
last modified time | relevance | path

Searched refs:get_loc (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libcpp/
Dline-map.cc2106 rich_location::get_loc (unsigned int idx) const in get_loc() function in rich_location
2142 (get_loc (0), LOCATION_ASPECT_CARET); in get_expanded_location()
2152 (get_loc (idx), LOCATION_ASPECT_CARET); in get_expanded_location()
2222 add_fixit_insert_before (get_loc (), new_content); in add_fixit_insert_before()
2242 add_fixit_insert_after (get_loc (), new_content); in add_fixit_insert_after()
2275 add_fixit_remove (get_loc ()); in add_fixit_remove()
2303 add_fixit_replace (get_loc (), new_content); in add_fixit_replace()
DChangeLog2431 (rich_location::get_loc): Likewise.
2764 (rich_location::get_loc): Reimplement in terms of a new overloaded
2779 (rich_location::get_loc): New function.
/netbsd/src/external/gpl3/gcc/dist/libcpp/include/
Dline-map.h1680 location_t get_loc () const { return get_loc (0); } in get_loc() function
1681 location_t get_loc (unsigned int idx) const;
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dpretty-print.cc724 return m_richloc->get_loc (); in get_location()
Ddiagnostic-show-locus.cc2802 location_t loc = richloc->get_loc (); in diagnostic_show_locus()
Dgenmatch.cc81 location_t location = richloc->get_loc (); in diagnostic_cb()
DChangeLog-20154959 (get_loc): Same.
6617 (get_loc): New.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Ddecl.cc17781 richloc->get_loc (), in add_return_star_this_fixit()