|
clang
5.0.0
|
Contains the results of code-completion. More...
#include "clang-c/Index.h"
Public Attributes | |
| CXCompletionResult * | Results |
| The code-completion results. More... | |
| unsigned | NumResults |
The number of code-completion results stored in the Results array. More... | |
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 |
1.8.6