CXCompletionResult.CursorKind

\brief The kind of entity that this completion refers to.

The cursor kind will be a macro, keyword, or a declaration (one of the *Decl cursor kinds), describing the entity that the completion is referring to.

\todo In the future, we would like to provide a full cursor, to allow the client to extract additional information from declaration.

struct CXCompletionResult
CXCursorKind CursorKind;

Meta