struct CXCodeCompleteResults

Declaration

struct CXCodeCompleteResults { /* full declaration omitted */ };

Description

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.

Declared at: clang/include/clang-c/Index.h:5550

Member Variables

public CXCompletionResult* Results
The code-completion results.
public unsigned int NumResults
The number of code-completion results stored in the\c Results array.