Searched refs:num_whitespaces (Results 1 – 1 of 1) sorted by relevance
1957 int num_whitespaces = control_depth < 32 ? 2 * control_depth : 64; in PrintAst() local1960 std::make_tuple(i.pc_offset(), line_nr, num_whitespaces)); in PrintAst()1966 os.write(padding, num_whitespaces); in PrintAst()