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 409 /// HandleEndOfTokenLexer - This callback is invoked when the current TokenLexer
411 bool Preprocessor::HandleEndOfTokenLexer(Token &Result) {
478 if (!HandleEndOfTokenLexer(Tok)) Lex(Tok);
TokenLexer.cpp 417 if (PP.HandleEndOfTokenLexer(Tok))
420 // HandleEndOfTokenLexer may not return a token. If it doesn't, lex
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]

Completed in 48 milliseconds