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

pub struct CompletionResults { /* fields omitted */ }

A set of code completion results.

Methods

impl CompletionResults
[src]

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

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

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.

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.

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

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

Trait Implementations

impl Drop for CompletionResults
[src]

A method called when the value goes out of scope. Read more

impl Debug for CompletionResults
[src]

Formats the value using the given formatter.