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

  /external/clang/lib/Lex/
PPCaching.cpp 86 const Token &Preprocessor::PeekAhead(unsigned N) {
  /external/v8/src/parsing/
scanner.h 234 Token::Value PeekAhead();
353 Token::Value ensure_next_next = PeekAhead();
parser-base.h 701 V8_INLINE Token::Value PeekAhead() {
703 return scanner()->PeekAhead();
    [all...]
scanner.cc 399 Token::Value Scanner::PeekAhead() {
    [all...]
parser.cc     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]

Completed in 153 milliseconds