Lines Matching refs:current_indent
29 , current_indent(current_indent_) in pretty_printer()
38 BOOST_ASSERT(current_indent >= 0); // this should not happen! in indent()
39 for (int i = 0; i < current_indent; ++i) in indent()
41 column = current_indent; in indent()
58 for (iter_type i = out.end() - (column - current_indent); in line_is_empty()
68 if (column != current_indent) { in align_indent()
69 if (column > current_indent) { in align_indent()
74 out.end() - (column - current_indent), out.end()); in align_indent()
75 column = current_indent; in align_indent()
84 while (column != current_indent) { in align_indent()
168 int& current_indent; member
201 , current_indent(0) in tidy_compiler()
202 , printer(out_, current_indent, linewidth_) in tidy_compiler()
236 int current_indent; member
401 state.current_indent += indent; in do_start_tag()
418 state.current_indent -= indent; in do_end_tag()