Lines Matching refs:next_
357 Token::Value peek() const { return next_.token; }
359 Location peek_location() const { return next_.location; }
375 ASSERT_NOT_NULL(next_.literal_chars);
376 return next_.literal_chars->is_contextual_keyword(keyword);
480 next_.literal_chars = free_buffer;
484 ASSERT_NOT_NULL(next_.literal_chars);
485 next_.literal_chars->AddChar(c);
496 next_.literal_chars = NULL;
551 ASSERT_NOT_NULL(next_.literal_chars);
552 return next_.literal_chars->one_byte_literal();
555 ASSERT_NOT_NULL(next_.literal_chars);
556 return next_.literal_chars->two_byte_literal();
559 ASSERT_NOT_NULL(next_.literal_chars);
560 return next_.literal_chars->is_one_byte();
563 ASSERT_NOT_NULL(next_.literal_chars);
564 return next_.literal_chars->length();
609 TokenDesc next_; // desc for next token (one token look-ahead)