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 478 /// starting at BufferPtr, going to TokEnd that forms the token. This method
481 /// TokEnd.
482 void FormTokenWithChars(Token &Result, const char *TokEnd,
484 unsigned TokLen = TokEnd-BufferPtr;
488 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 2884 milliseconds