Home | History | Annotate | Download | only in gcc

Lines Matching defs:layout_range

53    "class colorizer" and "class layout_range" to get things done.  */
203 /* A point within a layout_range; similar to an exploc_with_display_col,
222 class layout_range
225 layout_range (const exploc_with_display_col &start_exploc,
440 auto_vec <layout_range> m_layout_ranges;
552 /* Implementation of class layout_range. */
554 /* The constructor for class layout_range.
558 layout_range::layout_range (const exploc_with_display_col &start_exploc,
617 layout_range::contains_point (linenum_type row, int column,
676 /* Does this layout_range contain any part of line ROW? */
679 layout_range::intersects_line_p (linenum_type row) const
699 /* Create some expanded locations for testing layout_range. The filename
708 static layout_range
715 return layout_range (exploc_with_display_col (start_exploc, def_policy (),
725 /* Selftests for layout_range::contains_point and
726 layout_range::intersects_line_p. */
728 /* Selftest for layout_range, where the layout_range
734 layout_range point = make_range (7, 10, 7, 10);
736 /* Tests for layout_range::contains_point. */
758 /* Tests for layout_range::intersects_line_p. */
764 /* Selftest for layout_range, where the layout_range
770 layout_range example_a = make_range (2, 22, 2, 38);
772 /* Tests for layout_range::contains_point. */
800 /* Tests for layout_range::intersects_line_p. */
806 /* Selftest for layout_range, where the layout_range
812 layout_range example_b = make_range (3, 14, 5, 8);
814 /* Tests for layout_range::contains_point. */
856 /* Tests for layout_range::intersects_line_p. */
1289 layout_range ri (exploc_with_display_col (start, m_policy,
1408 const layout_range *lr = &m_layout_ranges[i];
1430 contain any of the layout_range or fixit_hint instances. */
1521 const layout_range *lr = &m_layout_ranges[i];
1790 layout_range *range;
1918 layout_range *range;
2109 layout_range *range;
2608 layout_range *range;
2658 layout_range *range;