enum CXTokenKind

Description

Describes a kind of token.

Declared at: clang/include/clang-c/Index.h:5028

Enumerators

NameValueComment
CXToken_Punctuation0A token that contains some kind of punctuation.
CXToken_Keyword1A language keyword.
CXToken_Identifier2An identifier (that is not a keyword).
CXToken_Literal3A numeric, string, or character literal.
CXToken_Comment4A comment.