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

  /external/clang/lib/Lex/
PPLexerChange.cpp 394 /// HandleEndOfTokenLexer - This callback is invoked when the current TokenLexer
396 bool Preprocessor::HandleEndOfTokenLexer(Token &Result) {
463 if (!HandleEndOfTokenLexer(Tok)) Lex(Tok);
TokenLexer.cpp 369 if (PP.HandleEndOfTokenLexer(Tok))
372 // HandleEndOfTokenLexer may not return a token. If it doesn't, lex
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]

Completed in 1078 milliseconds