Searched defs:PathCompletionCtx (Results 1 – 14 of 14) sorted by relevance
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/ |
| D | completions.rs | 158 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()
|
| D | context.rs | 61 pub(crate) struct PathCompletionCtx { struct 82 impl PathCompletionCtx { argument
|
| D | render.rs | 197 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()
|
| D | item.rs | 409 path_ctx: &PathCompletionCtx, in from_resolution()
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/completions/ |
| D | field.rs | 11 path_ctx: &PathCompletionCtx, in complete_field_list_tuple_variant()
|
| D | type.rs | 230 path_ctx: &PathCompletionCtx, in complete_ascribed_type()
|
| D | item_list.rs | 13 path_ctx: &PathCompletionCtx, in complete_item_list_in_expr()
|
| D | snippet.rs | 55 path_ctx: &PathCompletionCtx, in complete_item_snippet()
|
| D | flyimport.rs | 114 path_ctx: &PathCompletionCtx, in import_on_the_fly_path()
|
| D | dot.rs | 46 path_ctx: &PathCompletionCtx, in complete_undotted_self()
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/render/ |
| D | literal.rs | 22 path_ctx: &PathCompletionCtx, in render_variant_lit() 36 path_ctx: &PathCompletionCtx, in render_struct_literal()
|
| D | pattern.rs | 48 path_ctx: Option<&PathCompletionCtx>, in render_variant_pat()
|
| D | function.rs | 24 path_ctx: &PathCompletionCtx, in render_fn()
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/completions/item_list/ |
| D | trait_impl.rs | 124 path_ctx: &PathCompletionCtx, in complete_trait_impl_item_by_name()
|