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

  /external/clang/lib/Lex/
Lexer.cpp     [all...]
PPLexerChange.cpp 269 CurLexer->FormTokenWithChars(Result, CurLexer->BufferEnd, tok::eof);
329 CurLexer->FormTokenWithChars(Result, EndPos, tok::eof);
  /external/clang/include/clang/Lex/
Lexer.h 387 /// FormTokenWithChars - When we lex a token, we have identified a span
392 void FormTokenWithChars(Token &Result, const char *TokEnd,

Completed in 496 milliseconds