clang API Documentation

Enumerations
clang::comments::tok Namespace Reference

Enumerations

enum  TokenKind {
  eof, newline, text, unknown_command,
  backslash_command, at_command, verbatim_block_begin, verbatim_block_line,
  verbatim_block_end, verbatim_line_name, verbatim_line_text, html_start_tag,
  html_ident, html_equals, html_quoted_string, html_greater,
  html_slash_greater, html_end_tag
}

Enumeration Type Documentation

Enumerator:
eof 
newline 
text 
unknown_command 
backslash_command 
at_command 
verbatim_block_begin 
verbatim_block_line 
verbatim_block_end 
verbatim_line_name 
verbatim_line_text 
html_start_tag 
html_ident 
html_equals 
html_quoted_string 
html_greater 
html_slash_greater 
html_end_tag 

Definition at line 34 of file CommentLexer.h.