clang 20.0.0git
|
A single result of code completion. More...
#include "clang-c/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. | |
CXCompletionString CXCompletionResult::CompletionString |
enum CXCursorKind CXCompletionResult::CursorKind |
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.