Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libcpp/
H A Dline-map.c2019 m_line_table (set), in rich_location()
2164 source_location start = get_range_from_loc (m_line_table, where).m_start; in add_fixit_insert_before()
2184 source_location finish = get_range_from_loc (m_line_table, where).m_finish; in add_fixit_insert_after()
2186 = linemap_position_for_loc_and_offset (m_line_table, finish, 1); in add_fixit_insert_after()
2216 source_range range = get_range_from_loc (m_line_table, where); in add_fixit_remove()
2247 source_range range = get_range_from_loc (m_line_table, where); in add_fixit_replace()
2258 source_location start = get_pure_location (m_line_table, src_range.m_start); in add_fixit_replace()
2259 source_location finish = get_pure_location (m_line_table, src_range.m_finish); in add_fixit_replace()
2263 = linemap_position_for_loc_and_offset (m_line_table, finish, 1); in add_fixit_replace()
H A Dcharset.c2138 : m_line_table (line_table) in cpp_string_location_reader()
/dflybsd-src/contrib/gcc-8.0/libcpp/include/
H A Dcpplib.h789 line_maps *m_line_table; variable
H A Dline-map.h1717 line_maps *m_line_table;