Lines Matching defs:end_pos
96 range_->end = scanner_->location().end_pos;
860 int end_position() const { return scanner_->location().end_pos; }
861 int peek_end_position() const { return scanner_->peek_location().end_pos; }
985 // Checks whether an octal literal was last seen between beg_pos and end_pos.
987 void CheckStrictOctalLiteral(int beg_pos, int end_pos) {
990 octal.end_pos <= end_pos) {
1019 void ClassifyParameter(IdentifierT parameter, int beg_pos, int end_pos);
1091 source_location.beg_pos, source_location.end_pos, message, args...);
1395 int beg_pos, int end_pos,
1475 int end_pos = ReturnStatement::kFunctionLiteralReturnPosition) {
1485 return factory()->NewAsyncReturnStatement(expr, pos, end_pos);
1487 return factory()->NewReturnStatement(expr, pos, end_pos);
4043 variable_loc.end_pos = end_position();
4260 int end_pos = position();
4262 end_pos);
4792 int end_pos = end_position();
4793 class_scope->set_end_position(end_pos);
4798 class_info.instance_members_scope->set_end_position(end_pos);
4834 class_token_pos, end_pos);
4975 int beg_pos, int end_pos,
4983 ReportMessageAt(Scanner::Location(beg_pos, end_pos),
4990 Scanner::Location(beg_pos, end_pos),
5005 ReportMessageAt(Scanner::Location(beg_pos, end_pos), message);
5351 int end_pos = end_position();
5352 scope()->set_end_position(end_pos);
5354 impl()->RecordBlockSourceRange(body, end_pos);
5853 int end_pos = end_position();
5854 scope()->set_end_position(end_pos);
5855 impl()->RecordSwitchStatementSourceRange(switch_statement, end_pos);