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

  /external/clang/include/clang/Lex/
PTHLexer.h 58 Token EofToken;
  /external/clang/lib/Lex/
PTHLexer.cpp 103 EofToken = Tok;
153 // into EofToken.
155 assert(EofToken.is(tok::eof));
156 Tok = EofToken;

Completed in 146 milliseconds