HomeSort by relevance Sort by last modified time
    Searched refs:PeekAhead (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/Lex/
PPCaching.cpp 86 const Token &Preprocessor::PeekAhead(unsigned N) {
  /external/v8/src/parsing/
scanner.h 367 Token::Value PeekAhead();
463 Token::Value ensure_next_next = PeekAhead();
parser-base.h 612 INLINE(Token::Value PeekAhead()) {
614 return scanner()->PeekAhead();
    [all...]
scanner.cc 274 Token::Value Scanner::PeekAhead() {
    [all...]
preparser.cc 199 if (allow_harmony_async_await() && PeekAhead() == Token::FUNCTION &&
    [all...]
parser.cc     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]

Completed in 179 milliseconds