Searched defs:PeekAhead (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Lex/ | ||
D | PPCaching.cpp | 86 const Token &Preprocessor::PeekAhead(unsigned N) { in PeekAhead() function in Preprocessor |
/external/v8/src/parsing/ | ||
D | scanner.cc | 399 Token::Value Scanner::PeekAhead() { in PeekAhead() function in v8::internal::Scanner |
D | parser-base.h | 701 V8_INLINE Token::Value PeekAhead() { in PeekAhead() function |