Struct clang::completion::CompletionResults [] [src]

pub struct CompletionResults { /* fields omitted */ }

A set of code completion results.

Methods

impl CompletionResults
[src]

[src]

Returns the diagnostics that were produced prior to the code completion context for this set of code completion results.

[src]

Returns the code completion context for this set of code completion results, if any.

[src]

Returns the categorization of the entity that contains the code completion context for this set of code completion results and whether that entity is incomplete, if applicable.

[src]

Returns the selector or partial selector that has been entered this far for the Objective-C message send context for this set of code completion results.

[src]

Returns the USR for the entity that contains the code completion context for this set of code completion results, if applicable.

[src]

Returns the code completion results in this set of code completion results.

Trait Implementations

impl Drop for CompletionResults
[src]

[src]

Executes the destructor for this type. Read more

impl Debug for CompletionResults
[src]

[src]

Formats the value using the given formatter.