Home | History | Annotate | Download | only in parsing

Lines Matching defs:current_pos

743   int current_pos = source_pos();
744 DCHECK_EQ(next_.location.end_pos, current_pos);
746 DCHECK(pos >= current_pos);
747 if (pos != current_pos) {