CXTokenKind

\brief Describes a kind of token.

Values

ValueMeaning
punctuation0

\brief A token that contains some kind of punctuation.

keyword1

\brief A language keyword.

identifier2

\brief An identifier (that is not a keyword).

literal3

\brief A numeric, string, or character literal.

comment4

\brief A comment.

Meta