| Value | Meaning |
|---|---|
| CXToken_Punctuation0 | \brief A token that contains some kind of punctuation. |
| CXToken_Keyword1 | \brief A language keyword. |
| CXToken_Identifier2 | \brief An identifier (that is not a keyword). |
| CXToken_Literal3 | \brief A numeric, string, or character literal. |
| CXToken_Comment4 | \brief A comment. |
\brief Describes a kind of token.