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

  /external/clang/include/clang/Lex/
Lexer.h 117 unsigned TokLen, Preprocessor &PP);
212 SourceLocation getSourceLocation(const char *Loc, unsigned TokLen = 1) const;
394 unsigned TokLen = TokEnd-BufferPtr;
395 Result.setLength(TokLen);
396 Result.setLocation(getSourceLocation(BufferPtr, TokLen));
  /external/clang/lib/Rewrite/
HTMLRewrite.cpp 379 unsigned TokLen = Tok.getLength();
391 HighlightRange(RB, TokOffs, TokOffs+TokLen, BufferStart,
396 HighlightRange(RB, TokOffs, TokOffs+TokLen, BufferStart,
402 --TokLen;
409 --TokLen;
413 HighlightRange(RB, TokOffs, TokOffs+TokLen, BufferStart,
423 unsigned TokEnd = TokOffs+TokLen;

Completed in 31 milliseconds