enum TokenKind
Declared at: clang/include/clang/AST/CommentLexer.h:32
Enumerators
Name | Value | Comment |
---|---|---|
eof | 0 | |
newline | 1 | |
text | 2 | |
unknown_command | 3 | |
backslash_command | 4 | |
at_command | 5 | |
verbatim_block_begin | 6 | |
verbatim_block_line | 7 | |
verbatim_block_end | 8 | |
verbatim_line_name | 9 | |
verbatim_line_text | 10 | |
html_start_tag | 11 | |
html_ident | 12 | |
html_equals | 13 | |
html_quoted_string | 14 | |
html_greater | 15 | |
html_slash_greater | 16 | |
html_end_tag | 17 |