Home | History | Annotate | Download | only in src

Lines Matching refs:next_

209   current_ = next_;
216 next_.token = token;
217 next_.location.beg_pos = pos;
218 next_.location.end_pos = pos + 1;
339 next_.literal_chars = NULL;
343 next_.location.beg_pos = source_pos();
573 next_.location.end_pos = source_pos();
574 next_.token = token;
581 if (pos == next_.location.beg_pos) return;
583 ASSERT_EQ(next_.location.end_pos, current_pos);
964 if (next_.literal_chars->is_one_byte()) {
965 Vector<const uint8_t> chars = next_.literal_chars->one_byte_literal();
1005 next_.location.beg_pos = source_pos() - (seen_equal ? 2 : 1);
1006 next_.location.end_pos = source_pos() - (seen_equal ? 1 : 0);
1091 next_.location.end_pos = source_pos() - 1;