Home | History | Annotate | Download | only in src

Lines Matching refs:end_pos

72       int end_pos = scanner_->location().end_pos;
73 CheckOctalLiteral(start_position, end_pos, &ok);
75 CheckDelayedStrictModeViolation(start_position, end_pos, &ok);
128 // Checks whether octal literal last seen is between beg_pos and end_pos.
130 void PreParser::CheckOctalLiteral(int beg_pos, int end_pos, bool* ok) {
132 if (beg_pos <= octal.beg_pos && octal.end_pos <= end_pos) {
276 ReportMessageAt(start_location.beg_pos, end_location.end_pos,
405 ReportMessageAt(location.beg_pos, location.end_pos,
422 ReportMessageAt(location.beg_pos, location.end_pos,
431 ReportMessageAt(location.beg_pos, location.end_pos,
826 ReportMessageAt(before.beg_pos, after.end_pos,
915 ReportMessageAt(before.beg_pos, after.end_pos,
938 ReportMessageAt(before.beg_pos, after.end_pos,
1115 ReportMessageAt(location.beg_pos, location.end_pos,
1422 int end_position = scanner_->location().end_pos;
1441 int body_end = scanner_->peek_location().end_pos;
1536 ReportMessageAt(location.beg_pos, location.end_pos,
1544 ReportMessageAt(location.beg_pos, location.end_pos,
1580 int end_pos,
1584 location.beg_pos > beg_pos && location.end_pos < end_pos) {