Home | History | Annotate | Download | only in src

Lines Matching full:source_pos

215       int pos = source_pos();
242 int start_position = source_pos();
276 return source_pos() != start_position;
343 next_.location.beg_pos = source_pos();
573 next_.location.end_pos = source_pos();
582 int current_pos = source_pos();
669 octal_pos_ = Location(source_pos() - i - 1, source_pos() - 1);
718 int start_pos = source_pos(); // For reporting octal positions.
764 octal_pos_ = Location(start_pos, source_pos());
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;