CXCodeCompleteResults Struct Reference
Contains the results of code-completion.
More...
#include "clang-c/Index.h"
The code-completion results.
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
.
Definition at line 5521 of file Index.h.
◆ NumResults
unsigned CXCodeCompleteResults::NumResults
The number of code-completion results stored in the Results
array.
Definition at line 5531 of file Index.h.
◆ Results
The code-completion results.
Definition at line 5525 of file Index.h.
The documentation for this struct was generated from the following file:
Generated on for clang by doxygen 1.14.0