Searched refs:ExprTuple (Results 1 – 10 of 10) sorted by relevance
| /linux/rust/syn/ |
| H A D | precedence.rs | 12 ExprTryBlock, ExprTuple, ExprUnsafe, ExprWhile, ExprYield, 151 | Expr::Tuple(ExprTuple { attrs, .. }) in of()
|
| H A D | expr.rs | 234 Tuple(ExprTuple), 669 pub struct ExprTuple { 963 | Expr::Tuple(ExprTuple { attrs, .. }) in replace_attrs() 1190 ExprMethodCall, ExprParen, ExprPath, ExprReference, ExprStruct, ExprTuple, ExprUnary, 2009 return Ok(Expr::Tuple(ExprTuple { in paren_or_tuple() 2036 Ok(Expr::Tuple(ExprTuple { in paren_or_tuple() 2405 ExprTuple, Tuple, "expected tuple expression", 3138 ExprMethodCall, ExprParen, ExprPath, ExprReference, ExprStruct, ExprTuple, ExprUnary, 4012 impl ToTokens for ExprTuple { implementation
|
| H A D | lib.rs | 385 ExprRange, ExprRawAddr, ExprRepeat, ExprReturn, ExprTry, ExprTryBlock, ExprTuple, ExprUnsafe,
|
| /linux/rust/syn/gen/ |
| H A D | fold.rs | 321 fn fold_expr_tuple(&mut self, i: crate::ExprTuple) -> crate::ExprTuple { in fold_expr_tuple() argument 1900 pub fn fold_expr_tuple<F>(f: &mut F, node: crate::ExprTuple) -> crate::ExprTuple in fold_expr_tuple() 1904 crate::ExprTuple { in fold_expr_tuple()
|
| H A D | clone.rs | 728 impl Clone for crate::ExprTuple { implementation 730 crate::ExprTuple { in clone()
|
| H A D | eq.rs | 714 impl Eq for crate::ExprTuple {} implementation 717 impl PartialEq for crate::ExprTuple { implementation
|
| H A D | debug.rs | 1114 impl Debug for crate::ExprTuple { implementation 1120 impl crate::ExprTuple { implementation
|
| H A D | visit_mut.rs | 319 fn visit_expr_tuple_mut(&mut self, i: &mut crate::ExprTuple) { in visit_expr_tuple_mut() argument 1862 pub fn visit_expr_tuple_mut<V>(v: &mut V, node: &mut crate::ExprTuple) in visit_expr_tuple_mut()
|
| H A D | visit.rs | 311 fn visit_expr_tuple(&mut self, i: &'ast crate::ExprTuple) { in visit_expr_tuple() argument 1932 pub fn visit_expr_tuple<'ast, V>(v: &mut V, node: &'ast crate::ExprTuple) in visit_expr_tuple()
|
| H A D | hash.rs | 958 impl Hash for crate::ExprTuple { implementation
|