CXTokenKind

Describes a kind of token.

Values

ValueMeaning
punctuation0

A token that contains some kind of punctuation.

keyword1

A language keyword.

identifier2

An identifier (that is not a keyword).

literal3

A numeric, string, or character literal.

comment4

A comment.

Meta