Home
last modified time | relevance | path

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

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