Lines Matching defs:formTokenWithChars
271 void Lexer::formTokenWithChars(Token &Result, const char *TokEnd,
341 formTokenWithChars(T, TokenPtr, tok::text);
378 formTokenWithChars(T, TokenPtr, tok::unknown_command);
392 formTokenWithChars(T, TokenPtr, CommandKind);
421 formTokenWithChars(T, TokenPtr, tok::newline);
450 formTokenWithChars(T, TextBegin, tok::verbatim_block_begin);
489 formTokenWithChars(T, End, tok::verbatim_block_end);
505 formTokenWithChars(T, NextLine, tok::verbatim_block_line);
518 formTokenWithChars(T, BufferPtr, tok::verbatim_block_line);
529 formTokenWithChars(T, TextBegin, tok::verbatim_line_name);
541 formTokenWithChars(T, Newline, tok::verbatim_line_text);
605 formTokenWithChars(T, TokenPtr, tok::text);
620 formTokenWithChars(T, TagNameEnd, tok::html_start_tag);
639 formTokenWithChars(T, TokenPtr, tok::html_ident);
645 formTokenWithChars(T, TokenPtr, tok::html_equals);
654 formTokenWithChars(T, TokenPtr, tok::html_quoted_string);
661 formTokenWithChars(T, TokenPtr, tok::html_greater);
668 formTokenWithChars(T, TokenPtr, tok::html_slash_greater);
706 formTokenWithChars(T, End, tok::html_end_tag);
716 formTokenWithChars(T, BufferPtr + 1, tok::html_greater);
735 formTokenWithChars(T, BufferPtr, tok::eof);
799 formTokenWithChars(T, EndWhitespace, tok::newline);
819 formTokenWithChars(T, BufferPtr, tok::newline);