Home
last modified time | relevance | path

Searched defs:PathCompletionCtx (Results 1 – 14 of 14) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/
Dcompletions.rs158 path_ctx: &PathCompletionCtx, in add_crate_roots()
171 path_ctx: &PathCompletionCtx, in add_path_resolution()
226 path_ctx: &PathCompletionCtx, in add_enum_variants()
240 path_ctx: &PathCompletionCtx, in add_module()
260 path_ctx: &PathCompletionCtx, in add_macro()
286 path_ctx: &PathCompletionCtx, in add_function()
422 path_ctx: &PathCompletionCtx, in add_qualified_enum_variant()
439 path_ctx: &PathCompletionCtx, in add_enum_variant()
489 path_ctx: &PathCompletionCtx, in add_struct_literal()
545 path_ctx: Option<&PathCompletionCtx>, in add_variant_pat()
Dcontext.rs61 pub(crate) struct PathCompletionCtx { struct
82 impl PathCompletionCtx { argument
Drender.rs197 path_ctx: &PathCompletionCtx, in render_path_resolution()
215 path_ctx: &PathCompletionCtx, in render_resolution_with_import()
272 path_ctx: &PathCompletionCtx, in render_resolution_path()
482 path_ctx: &PathCompletionCtx, in path_ref_match()
Ditem.rs409 path_ctx: &PathCompletionCtx, in from_resolution()
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/completions/
Dfield.rs11 path_ctx: &PathCompletionCtx, in complete_field_list_tuple_variant()
Dtype.rs230 path_ctx: &PathCompletionCtx, in complete_ascribed_type()
Ditem_list.rs13 path_ctx: &PathCompletionCtx, in complete_item_list_in_expr()
Dsnippet.rs55 path_ctx: &PathCompletionCtx, in complete_item_snippet()
Dflyimport.rs114 path_ctx: &PathCompletionCtx, in import_on_the_fly_path()
Ddot.rs46 path_ctx: &PathCompletionCtx, in complete_undotted_self()
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/render/
Dliteral.rs22 path_ctx: &PathCompletionCtx, in render_variant_lit()
36 path_ctx: &PathCompletionCtx, in render_struct_literal()
Dpattern.rs48 path_ctx: Option<&PathCompletionCtx>, in render_variant_pat()
Dfunction.rs24 path_ctx: &PathCompletionCtx, in render_fn()
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/completions/item_list/
Dtrait_impl.rs124 path_ctx: &PathCompletionCtx, in complete_trait_impl_item_by_name()