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

  /external/clang/include/clang/AST/
CommentLexer.h 295 void formTokenWithChars(Token &Result, const char *TokEnd,
298 void formTextToken(Token &Result, const char *TokEnd) {
299 StringRef Text(BufferPtr, TokEnd - BufferPtr);
300 formTokenWithChars(Result, TokEnd, tok::text);
  /external/clang/include/clang/Lex/
Lexer.h 498 /// starting at BufferPtr, going to TokEnd that forms the token. This method
501 /// TokEnd.
502 void FormTokenWithChars(Token &Result, const char *TokEnd,
504 unsigned TokLen = TokEnd-BufferPtr;
508 BufferPtr = TokEnd;
  /external/clang/lib/Rewrite/
HTMLRewrite.cpp 422 unsigned TokEnd = TokOffs+TokLen;
425 TokEnd = SM.getFileOffset(Tok.getLocation())+Tok.getLength();
430 HighlightRange(RB, TokOffs, TokEnd, BufferStart,

Completed in 135 milliseconds