Searched refs:lbounds (Results 1 – 1 of 1) sorted by relevance
254 void print_annotation_line (linenum_type row, const line_bounds lbounds);1254 layout::print_annotation_line (linenum_type row, const line_bounds lbounds) in print_annotation_line() argument1257 lbounds.m_last_non_ws); in print_annotation_line()1265 lbounds.m_first_non_ws, in print_annotation_line()1266 lbounds.m_last_non_ws, in print_annotation_line()1944 line_bounds lbounds; in print_line() local1946 print_source_line (row, line, line_width, &lbounds); in print_line()1948 print_annotation_line (row, lbounds); in print_line()