Home
last modified time | relevance | path

Searched refs:PeekAhead (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Lex/
DPPCaching.cpp86 const Token &Preprocessor::PeekAhead(unsigned N) { in PeekAhead() function in Preprocessor
/external/clang/include/clang/Lex/
DPreprocessor.h1140 return PeekAhead(N+1); in LookAhead()
1826 const Token &PeekAhead(unsigned N);
/external/v8/src/parsing/
Dscanner.h350 Token::Value PeekAhead();
Dparser-base.h361 INLINE(Token::Value PeekAhead()) { in INLINE() argument
363 return scanner()->PeekAhead(); in INLINE()
3012 Token::Value next_next = PeekAhead(); in IsNextLetKeyword()
Dscanner.cc263 Token::Value Scanner::PeekAhead() { in PeekAhead() function in v8::internal::Scanner