Home
last modified time | relevance | path

Searched refs:ExprMatch (Results 1 – 10 of 10) sorted by relevance

/linux/rust/syn/
H A Dprecedence.rs11 ExprMatch, ExprMethodCall, ExprParen, ExprPath, ExprRepeat, ExprReturn, ExprStruct, ExprTry,
143 | Expr::Match(ExprMatch { attrs, .. }) in of()
H A Dexpr.rs192 Match(ExprMatch),
527 pub struct ExprMatch #full {
951 | Expr::Match(ExprMatch { attrs, .. }) in replace_attrs()
1184 ExprConst, ExprContinue, ExprForLoop, ExprIf, ExprInfer, ExprLet, ExprLoop, ExprMatch,
2347 impl Parse for ExprMatch { implementation
2359 Ok(ExprMatch { in parse()
3132 ExprConst, ExprContinue, ExprForLoop, ExprIf, ExprInfer, ExprLet, ExprLoop, ExprMatch,
3768 impl ToTokens for ExprMatch { implementation
H A Dlib.rs384 ExprContinue, ExprForLoop, ExprGroup, ExprIf, ExprInfer, ExprLet, ExprLoop, ExprMatch,
/linux/rust/syn/gen/
H A Dfold.rs258 fn fold_expr_match(&mut self, i: crate::ExprMatch) -> crate::ExprMatch { in fold_expr_match() argument
1730 pub fn fold_expr_match<F>(f: &mut F, node: crate::ExprMatch) -> crate::ExprMatch in fold_expr_match()
1734 crate::ExprMatch { in fold_expr_match()
H A Dclone.rs580 impl Clone for crate::ExprMatch { implementation
582 crate::ExprMatch { in clone()
H A Deq.rs587 impl Eq for crate::ExprMatch {} implementation
590 impl PartialEq for crate::ExprMatch { implementation
H A Ddebug.rs894 impl Debug for crate::ExprMatch { implementation
900 impl crate::ExprMatch { implementation
H A Dvisit_mut.rs259 fn visit_expr_match_mut(&mut self, i: &mut crate::ExprMatch) { in visit_expr_match_mut() argument
1704 pub fn visit_expr_match_mut<V>(v: &mut V, node: &mut crate::ExprMatch) in visit_expr_match_mut()
H A Dvisit.rs251 fn visit_expr_match(&mut self, i: &'ast crate::ExprMatch) { in visit_expr_match() argument
1750 pub fn visit_expr_match<'ast, V>(v: &mut V, node: &'ast crate::ExprMatch) in visit_expr_match()
H A Dhash.rs812 impl Hash for crate::ExprMatch { implementation