Struct clang::completion::Completer [] [src]

pub struct Completer<'tu> { /* fields omitted */ }

Runs code completion.

Methods

impl<'tu> Completer<'tu>
[src]

Sets whether macros will be included in code completion results.

Sets whether code patterns (e.g., for loops) will be included in code completion results.

Sets whether documentation comment briefs will be included in code completion results.

impl<'tu> Completer<'tu>
[src]

Sets the unsaved files to use.

Runs code completion.

Trait Implementations

impl<'tu> Clone for Completer<'tu>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'tu> Debug for Completer<'tu>
[src]

Formats the value using the given formatter.