Home | History | Annotate | Download | only in ast

Lines Matching refs:indent_

697     : output_(nullptr), size_(0), pos_(0), indent_(0) {
702 DCHECK_EQ(indent_, 0);
708 for (int i = 0; i < indent_; i++) {