HomeSort by relevance Sort by last modified time
    Searched refs:TokLen (Results 1 - 4 of 4) 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;
  /external/clang/lib/Lex/
Lexer.cpp 174 unsigned TokLen, Preprocessor &PP) {
188 L->BufferEnd = StrData+TokLen;
195 ExpansionLocEnd, TokLen);
772 unsigned tokLen = MeasureTokenLength(spellLoc, SM, LangOpts);
773 if (tokLen == 0)
777 SourceLocation afterLoc = loc.getLocWithOffset(tokLen+1);
    [all...]
LiteralSupport.cpp     [all...]

Completed in 238 milliseconds