HomeSort by relevance Sort by last modified time
    Searched refs:TokLen (Results 1 - 5 of 5) 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;
443 unsigned TokLen = TokEnd-BufferPtr;
444 Result.setLength(TokLen);
445 Result.setLocation(getSourceLocation(BufferPtr, TokLen));
  /external/clang/lib/Rewrite/Core/
HTMLRewrite.cpp 380 unsigned TokLen = Tok.getLength();
392 HighlightRange(RB, TokOffs, TokOffs+TokLen, BufferStart,
397 HighlightRange(RB, TokOffs, TokOffs+TokLen, BufferStart,
403 --TokLen;
410 --TokLen;
414 HighlightRange(RB, TokOffs, TokOffs+TokLen, BufferStart,
424 unsigned TokEnd = TokOffs+TokLen;
  /external/clang/include/clang/AST/
CommentLexer.h 293 const unsigned TokLen = TokEnd - BufferPtr;
296 Result.setLength(TokLen);
  /external/clang/lib/Lex/
Lexer.cpp 174 unsigned TokLen, Preprocessor &PP) {
188 L->BufferEnd = StrData+TokLen;
195 ExpansionLocEnd, TokLen);
771 unsigned tokLen = MeasureTokenLength(spellLoc, SM, LangOpts);
772 if (tokLen == 0)
776 SourceLocation afterLoc = loc.getLocWithOffset(tokLen+1);
    [all...]
LiteralSupport.cpp     [all...]

Completed in 246 milliseconds