Home
last modified time | relevance | path

Searched defs:TokEnd (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h302 void formTextToken(Token &Result, const char *TokEnd) { in formTextToken()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp260 void Lexer::formTokenWithChars(Token &Result, const char *TokEnd, in formTokenWithChars()
/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DHTMLRewrite.cpp544 unsigned TokEnd = TokOffs+TokLen; in SyntaxHighlightImpl() local