clang API Documentation

Public Attributes
CXCodeCompleteResults Struct Reference

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

#include <Index.h>

Collaboration diagram for CXCodeCompleteResults:
Collaboration graph
[legend]

List of all members.

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


Member Data Documentation

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

Definition at line 4577 of file Index.h.

The code-completion results.

Definition at line 4571 of file Index.h.


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