Home | History | Annotate | Download | only in gcc

Lines Matching defs:exploc_with_display_col

175 class exploc_with_display_col : public expanded_location
178 exploc_with_display_col (const expanded_location &exploc,
203 /* A point within a layout_range; similar to an exploc_with_display_col,
209 layout_point (const exploc_with_display_col &exploc)
225 layout_range (const exploc_with_display_col &start_exploc,
226 const exploc_with_display_col &finish_exploc,
228 const exploc_with_display_col &caret_exploc,
434 exploc_with_display_col m_exploc;
558 layout_range::layout_range (const exploc_with_display_col &start_exploc,
559 const exploc_with_display_col &finish_exploc,
561 const exploc_with_display_col &caret_exploc,
715 return layout_range (exploc_with_display_col (start_exploc, def_policy (),
717 exploc_with_display_col (finish_exploc, def_policy (),
720 exploc_with_display_col (start_exploc, def_policy (),
1289 layout_range ri (exploc_with_display_col (start, m_policy,
1291 exploc_with_display_col (finish, m_policy,
1294 exploc_with_display_col (caret, m_policy,