HomeSort by: relevance | last modified time | path
    Searched refs:CachingLex (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPCaching.cpp 48 void Preprocessor::CachingLex(Token &Result) {
Preprocessor.cpp 642 CachingLex(Tok);
900 CachingLex(Result);
1160 // cache if the call to Lex comes from CachingLex / PeekAhead).
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 857 /// lookahead. They are "lexed" by the CachingLex() method.
860 /// The position of the cached token that CachingLex() should
2214 void CachingLex(Token &Result);
2218 // that we are past EOF, not that we are in CachingLex mode.

Completed in 25 milliseconds