enum TokenInfo::TokenKind
Description
Different possible tokens.
Declared at: clang/lib/ASTMatchers/Dynamic/Parser.cpp:39
Enumerators
Name | Value | Comment |
---|---|---|
TK_Eof | 0 | |
TK_NewLine | 1 | |
TK_OpenParen | 2 | |
TK_CloseParen | 3 | |
TK_Comma | 4 | |
TK_Period | 5 | |
TK_Literal | 6 | |
TK_Ident | 7 | |
TK_InvalidChar | 8 | |
TK_Error | 9 | |
TK_CodeCompletion | 10 |