CXTokenKind

Describes a kind of token.

Values

ValueMeaning
CXToken_Punctuation0

A token that contains some kind of punctuation.

CXToken_Keyword1

A language keyword.

CXToken_Identifier2

An identifier (that is not a keyword).

CXToken_Literal3

A numeric, string, or character literal.

CXToken_Comment4

A comment.

Meta