Searched defs:ExpressionFinder (Results 1 – 1 of 1) sorted by relevance
331 struct ExpressionFinder<'hir> { in suggest_ref_or_clone() struct332 expr_span: Span, in suggest_ref_or_clone()333 expr: Option<&'hir hir::Expr<'hir>>, in suggest_ref_or_clone()334 pat: Option<&'hir hir::Pat<'hir>>, in suggest_ref_or_clone()335 parent_pat: Option<&'hir hir::Pat<'hir>>, in suggest_ref_or_clone()337 impl<'hir> Visitor<'hir> for ExpressionFinder<'hir> { in suggest_ref_or_clone() implementation1509 struct ExpressionFinder<'hir> { in suggest_binding_for_closure_capture_self() struct1510 capture_span: Span, in suggest_binding_for_closure_capture_self()1511 closure_change_spans: Vec<Span>, in suggest_binding_for_closure_capture_self()1512 closure_arg_span: Option<Span>, in suggest_binding_for_closure_capture_self()[all …]