clang API Documentation
A single result of code completion. More...
#include <Index.h>

Public Attributes | |
| enum CXCursorKind | CursorKind |
| The kind of entity that this completion refers to. | |
| CXCompletionString | CompletionString |
| The code-completion string that describes how to insert this code-completion result into the editing buffer. | |
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.