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

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

Completed in 61 milliseconds