Lines Matching refs:source_pos
231 int pos = source_pos(); in Next()
257 int start_position = source_pos(); in SkipWhiteSpace()
291 return source_pos() != start_position; in SkipWhiteSpace()
358 next_.location.beg_pos = source_pos(); in Scan()
588 next_.location.end_pos = source_pos(); in Scan()
597 int current_pos = source_pos(); in SeekForward()
683 octal_pos_ = Location(source_pos() - i - 1, source_pos() - 1); in ScanOctalEscape()
733 int start_pos = source_pos(); // For reporting octal positions. in ScanNumber()
758 octal_pos_ = Location(start_pos, source_pos()); in ScanNumber()
999 next_.location.beg_pos = source_pos() - (seen_equal ? 2 : 1); in ScanRegExpPattern()
1000 next_.location.end_pos = source_pos() - (seen_equal ? 1 : 0); in ScanRegExpPattern()
1084 next_.location.end_pos = source_pos() - 1; in ScanRegExpFlags()