| /third_party/rust/rust/src/tools/clippy/clippy_lints/src/ |
| D | needless_arbitrary_self_type.rs | 78 let self_param = match (binding_mode, mutbl) { in check_param_inner() localVariable
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/inlay_hints/ |
| D | fn_lifetime_fn.rs | 37 let self_param = param_list.self_param().filter(|it| it.amp_token().is_some()); in hints() localVariable
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/ |
| D | generate_enum_projection_method.rs | 105 self_param: &'static str, field
|
| D | introduce_named_lifetime.rs | 61 let self_param = in generate_fn_def_assist() localVariable
|
| D | generate_documentation_template.rs | 382 let self_param = ast_func.param_list()?.self_param()?; in is_ref_mut_self() localVariable
|
| D | extract_function.rs | 253 self_param: Option<ast::SelfParam>, field 414 let self_param = self.self_param.as_ref()?; in self_param_adt() localVariable 711 let mut self_param = None; in analyze() localVariable 1127 let self_param = func.self_param(ctx.db())?; in expr_require_exclusive_access() localVariable 1649 let self_param = self.self_param.clone(); in make_param_list() localVariable
|
| D | destructure_tuple_binding.rs | 382 let self_param = f.self_param(ctx.db())?; in handle_ref_field_usage() localVariable
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/render/ |
| D | function.rs | 306 let self_param = if has_dot_receiver || matches!(func_kind, FuncKind::Method(_, Some(_))) { in params() localVariable
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/completions/ |
| D | dot.rs | 61 let self_param = match expr_ctx { in complete_undotted_self() localVariable
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/context/ |
| D | analysis.rs | 847 let self_param = sema in classify_name_ref() localVariable
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/item_tree/ |
| D | lower.rs | 601 let self_param = TypeRef::Path(name![Self].into()); in lower_generic_params() localVariable
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/ |
| D | context.rs | 145 pub(crate) self_param: Option<hir::SelfParam>, field
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/ |
| D | make.rs | 830 pub fn self_param() -> ast::SelfParam { in self_param() function
|
| /third_party/rust/rust/compiler/rustc_middle/src/ty/ |
| D | context.rs | 291 pub self_param: Ty<'tcx>, field
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/ |
| D | lib.rs | 1867 pub fn self_param(self, db: &dyn HirDatabase) -> Option<SelfParam> { in self_param() method
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/generated/ |
| D | nodes.rs | 84 pub fn self_param(&self) -> Option<SelfParam> { support::child(&self.syntax) } in self_param() method
|