Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLexer.h586 void FormTokenWithChars(Token &Result, const char *TokEnd, in FormTokenWithChars()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentLexer.h302 void formTextToken(Token &Result, const char *TokEnd) { in formTextToken()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Rewrite/
H A DHTMLRewrite.cpp510 unsigned TokEnd = TokOffs+TokLen; in SyntaxHighlight() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentLexer.cpp279 void Lexer::formTokenWithChars(Token &Result, const char *TokEnd, in formTokenWithChars()