Lines Matching refs:src_range
892 source_range src_range; in make_location() local
893 src_range.m_start = get_start (start); in make_location()
894 src_range.m_finish = get_finish (finish); in make_location()
897 src_range, in make_location()
905 make_location (location_t caret, source_range src_range) in make_location() argument
908 return COMBINE_LOCATION_DATA (line_table, pure_loc, src_range, NULL); in make_location()
1418 source_range src_range = get_range_from_loc (line_table, strlocs[i]); in get_substring_ranges_for_loc() local
1420 if (src_range.m_start >= LINEMAPS_MACRO_LOWEST_LOCATION (line_table)) in get_substring_ranges_for_loc()
1425 if (src_range.m_start != src_range.m_finish) in get_substring_ranges_for_loc()
1430 if (src_range.m_start >= LINE_MAP_MAX_LOCATION_WITH_COLS) in get_substring_ranges_for_loc()
1435 if (src_range.m_finish >= LINE_MAP_MAX_LOCATION_WITH_COLS) in get_substring_ranges_for_loc()
1442 = expand_location_to_spelling_point (src_range.m_start, in get_substring_ranges_for_loc()
1445 = expand_location_to_spelling_point (src_range.m_finish, in get_substring_ranges_for_loc()
1484 linemap_resolve_location (line_table, src_range.m_start, in get_substring_ranges_for_loc()
1487 linemap_resolve_location (line_table, src_range.m_finish, in get_substring_ranges_for_loc()
1856 source_range src_range = get_range_from_loc (line_table, range_c_b_d); in test_accessing_ordinary_linemaps() local
1857 ASSERT_EQ (loc_b, src_range.m_start); in test_accessing_ordinary_linemaps()
1858 ASSERT_EQ (loc_d, src_range.m_finish); in test_accessing_ordinary_linemaps()