Searched defs:tail_expr (Results 1 – 6 of 6) sorted by relevance
161 let tail_expr = stmt_list.tail_expr()?; in extract_tail() localVariable
112 let tail_expr = make::expr_method_call( in generate_delegate_methods() localVariable
595 fn tail_expr(&self) -> Option<ast::Expr> { in tail_expr() method599 let tail_expr = parent.tail_expr()?; in tail_expr() localVariable1767 let mut tail_expr = match &elements.last() { in make_body() localVariable1806 let tail_expr = tail_expr.map(|expr| expr.dedent(old_indent).indent(body_indent)); in make_body() localVariable1853 let tail_expr = match block.tail_expr() { in map_tail_expr() localVariable
227 tail_expr: ast::Expr, field
61 pub fn tail_expr(&self) -> Option<ast::Expr> { in tail_expr() method
1123 pub fn tail_expr(&self) -> Option<Expr> { support::child(&self.syntax) } in tail_expr() method