Searched refs:PeekAhead (Results 1 – 5 of 5) sorted by relevance
86 const Token &Preprocessor::PeekAhead(unsigned N) { in PeekAhead() function in Preprocessor
1140 return PeekAhead(N+1); in LookAhead()1826 const Token &PeekAhead(unsigned N);
350 Token::Value PeekAhead();
361 INLINE(Token::Value PeekAhead()) { in INLINE() argument363 return scanner()->PeekAhead(); in INLINE()3012 Token::Value next_next = PeekAhead(); in IsNextLetKeyword()
263 Token::Value Scanner::PeekAhead() { in PeekAhead() function in v8::internal::Scanner