Searched refs:TokEnd (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h298 void formTokenWithChars(Token &Result, const char *TokEnd,
301 void formTextToken(Token &Result, const char *TokEnd) { argument
302 StringRef Text(BufferPtr, TokEnd - BufferPtr);
303 formTokenWithChars(Result, TokEnd, tok::text);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h578 /// starting at BufferPtr, going to TokEnd that forms the token. This method
581 /// TokEnd.
582 void FormTokenWithChars(Token &Result, const char *TokEnd, argument
584 unsigned TokLen = TokEnd-BufferPtr;
588 BufferPtr = TokEnd;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DHTMLRewrite.cpp510 unsigned TokEnd = TokOffs+TokLen;
513 TokEnd = SM.getFileOffset(Tok.getLocation())+Tok.getLength();
518 HighlightRange(RB, TokOffs, TokEnd, BufferStart,

Completed in 93 milliseconds