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

  /external/clang/lib/Rewrite/Core/
HTMLRewrite.cpp 378 unsigned TokLen = Tok.getLength();
390 HighlightRange(RB, TokOffs, TokOffs+TokLen, BufferStart,
395 HighlightRange(RB, TokOffs, TokOffs+TokLen, BufferStart,
401 --TokLen;
408 --TokLen;
412 HighlightRange(RB, TokOffs, TokOffs+TokLen, BufferStart,
422 unsigned TokEnd = TokOffs+TokLen;
  /external/clang/include/clang/Lex/
Lexer.h 123 unsigned TokLen, Preprocessor &PP);
217 SourceLocation getSourceLocation(const char *Loc, unsigned TokLen = 1) const;
464 unsigned TokLen = TokEnd-BufferPtr;
465 Result.setLength(TokLen);
466 Result.setLocation(getSourceLocation(BufferPtr, TokLen));
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 101 unsigned TokLen = 1;
103 TokLen = 2;
104 Token = Expr.substr(0, TokLen);
  /external/clang/lib/Lex/
LiteralSupport.cpp     [all...]
Lexer.cpp 173 unsigned TokLen, Preprocessor &PP) {
187 L->BufferEnd = StrData+TokLen;
194 ExpansionLocEnd, TokLen);
816 unsigned tokLen = MeasureTokenLength(spellLoc, SM, LangOpts);
817 if (tokLen == 0)
820 SourceLocation afterLoc = loc.getLocWithOffset(tokLen);
    [all...]

Completed in 532 milliseconds