Home | History | Annotate | Download | only in src

Lines Matching refs:beg_pos

286   int position() { return scanner_->location().beg_pos; }
287 int peek_position() { return scanner_->peek_location().beg_pos; }
379 // Checks whether an octal literal was last seen between beg_pos and end_pos.
381 void CheckOctalLiteral(int beg_pos, int end_pos, bool* ok) {
383 if (octal.IsValid() && beg_pos <= octal.beg_pos &&
1432 int start_position = scanner()->peek_location().beg_pos;
2157 expression = this->ParseArrowFunctionLiteral(lhs_location.beg_pos,
2548 int beg_pos = position();
2555 ReportMessageAt(Scanner::Location(beg_pos, position()),
2631 Scanner::Location(start_pos, scanner()->location().beg_pos),
2795 int pos = location.beg_pos;