|
clang 22.0.0git
|
Contains the results of code-completion. More...
#include "clang-c/Index.h"
Public Attributes | |
| CXCompletionResult * | Results |
| The code-completion results. | |
| unsigned | NumResults |
The number of code-completion results stored in the Results array. | |
Contains the results of code-completion.
This data structure contains the results of code completion, as produced by clang_codeCompleteAt(). Its contents must be freed by clang_disposeCodeCompleteResults.
| unsigned CXCodeCompleteResults::NumResults |
| CXCompletionResult* CXCodeCompleteResults::Results |