Contains the results of code-completion.
This data structure contains the results of code completion, as produced by \c clang_codeCompleteAt(). Its contents must be freed by \c clang_disposeCodeCompleteResults.
The number of code-completion results stored in the \c Results array.
The code-completion results.
See Implementation
Contains the results of code-completion.
This data structure contains the results of code completion, as produced by \c clang_codeCompleteAt(). Its contents must be freed by \c clang_disposeCodeCompleteResults.