clang 19.0.0git
Public Attributes | List of all members
CXCodeCompleteResults Struct Reference

Contains the results of code-completion. More...

#include "clang-c/Index.h"

Public Attributes

CXCompletionResultResults
 The code-completion results.
 
unsigned NumResults
 The number of code-completion results stored in the Results array.
 

Detailed Description

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 5221 of file Index.h.

Member Data Documentation

◆ NumResults

unsigned CXCodeCompleteResults::NumResults

The number of code-completion results stored in the Results array.

Definition at line 5231 of file Index.h.

◆ Results

CXCompletionResult* CXCodeCompleteResults::Results

The code-completion results.

Definition at line 5225 of file Index.h.


The documentation for this struct was generated from the following file: