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

  /external/clang/lib/Lex/
PPCaching.cpp 48 void Preprocessor::CachingLex(Token &Result) {
  /external/clang/include/clang/Lex/
Preprocessor.h 378 /// lookahead. They are "lexed" by the CachingLex() method.
381 /// CachedLexPos - The position of the cached token that CachingLex() should
732 case CLK_CachingLexer: CachingLex(Result); break;
    [all...]

Completed in 162 milliseconds