Home
last modified time | relevance | path

Searched refs:ExprLet (Results 1 – 9 of 9) sorted by relevance

/linux/rust/syn/
H A Dexpr.rs180 Let(ExprLet),
486 pub struct ExprLet #full {
947 | Expr::Let(ExprLet { attrs, .. }) in replace_attrs()
1184 ExprConst, ExprContinue, ExprForLoop, ExprIf, ExprInfer, ExprLet, ExprLoop, ExprMatch,
2207 impl Parse for ExprLet { implementation
2215 fn expr_let(input: ParseStream, allow_struct: AllowStruct) -> Result<ExprLet> { in expr_let() argument
2216 Ok(ExprLet { in expr_let()
3132 ExprConst, ExprContinue, ExprForLoop, ExprIf, ExprInfer, ExprLet, ExprLoop, ExprMatch,
3720 impl ToTokens for ExprLet { implementation
3727 fn print_expr_let(e: &ExprLet, tokens: &mut TokenStream, fixup: FixupContext) { in print_expr_let() argument
H A Dlib.rs384 ExprContinue, ExprForLoop, ExprGroup, ExprIf, ExprInfer, ExprLet, ExprLoop, ExprMatch,
/linux/rust/syn/gen/
H A Dfold.rs238 fn fold_expr_let(&mut self, i: crate::ExprLet) -> crate::ExprLet { in fold_expr_let() argument
1681 pub fn fold_expr_let<F>(f: &mut F, node: crate::ExprLet) -> crate::ExprLet in fold_expr_let()
1685 crate::ExprLet { in fold_expr_let()
H A Dclone.rs535 impl Clone for crate::ExprLet { implementation
537 crate::ExprLet { in clone()
H A Deq.rs547 impl Eq for crate::ExprLet {} implementation
550 impl PartialEq for crate::ExprLet { implementation
H A Ddebug.rs825 impl Debug for crate::ExprLet { implementation
831 impl crate::ExprLet { implementation
H A Dvisit_mut.rs239 fn visit_expr_let_mut(&mut self, i: &mut crate::ExprLet) { in visit_expr_let_mut() argument
1661 pub fn visit_expr_let_mut<V>(v: &mut V, node: &mut crate::ExprLet) in visit_expr_let_mut()
H A Dvisit.rs231 fn visit_expr_let(&mut self, i: &'ast crate::ExprLet) { in visit_expr_let() argument
1699 pub fn visit_expr_let<'ast, V>(v: &mut V, node: &'ast crate::ExprLet) in visit_expr_let()
H A Dhash.rs766 impl Hash for crate::ExprLet { implementation