Searched refs:ExprMatch (Results 1 – 10 of 10) sorted by relevance
| /linux/rust/syn/ |
| H A D | precedence.rs | 11 ExprMatch, ExprMethodCall, ExprParen, ExprPath, ExprRepeat, ExprReturn, ExprStruct, ExprTry, 143 | Expr::Match(ExprMatch { attrs, .. }) in of()
|
| H A D | expr.rs | 192 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 D | lib.rs | 384 ExprContinue, ExprForLoop, ExprGroup, ExprIf, ExprInfer, ExprLet, ExprLoop, ExprMatch,
|
| /linux/rust/syn/gen/ |
| H A D | fold.rs | 258 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 D | clone.rs | 580 impl Clone for crate::ExprMatch { implementation 582 crate::ExprMatch { in clone()
|
| H A D | eq.rs | 587 impl Eq for crate::ExprMatch {} implementation 590 impl PartialEq for crate::ExprMatch { implementation
|
| H A D | debug.rs | 894 impl Debug for crate::ExprMatch { implementation 900 impl crate::ExprMatch { implementation
|
| H A D | visit_mut.rs | 259 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 D | visit.rs | 251 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 D | hash.rs | 812 impl Hash for crate::ExprMatch { implementation
|