Searched defs:TokEnd (Results 1 – 3 of 3) sorted by relevance
302 void formTextToken(Token &Result, const char *TokEnd) { in formTextToken()
260 void Lexer::formTokenWithChars(Token &Result, const char *TokEnd, in formTokenWithChars()
544 unsigned TokEnd = TokOffs+TokLen; in SyntaxHighlightImpl() local