Home | History | Annotate | Download | only in src

Lines Matching refs:source_pos

226       int pos = source_pos();
253 int start_position = source_pos();
287 return source_pos() != start_position;
416 next_.location.beg_pos = source_pos();
655 next_.location.end_pos = source_pos();
664 int current_pos = source_pos();
751 octal_pos_ = Location(source_pos() - i - 1, source_pos() - 1);
800 int start_pos = source_pos(); // For reporting octal positions.
846 octal_pos_ = Location(start_pos, source_pos());
1104 next_.location.beg_pos = source_pos() - (seen_equal ? 2 : 1);
1105 next_.location.end_pos = source_pos() - (seen_equal ? 1 : 0);
1190 next_.location.end_pos = source_pos() - 1;