clang API Documentation
Contains the results of code-completion. More...
#include <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
.