clang 22.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

  The code-completion results.
  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 5521 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 5531 of file Index.h.

◆  Results

CXCompletionResult* CXCodeCompleteResults::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

AltStyle によって変換されたページ (->オリジナル) /