Searched refs:ExprParen (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, 145 | Expr::Paren(ExprParen { attrs, .. }) in of()
|
| H A D | expr.rs | 198 Paren(ExprParen), 553 pub struct ExprParen { 953 | Expr::Paren(ExprParen { attrs, .. }) in replace_attrs() 1190 ExprMethodCall, ExprParen, ExprPath, ExprReference, ExprStruct, ExprTuple, ExprUnary, 2018 return Ok(Expr::Paren(ExprParen { in paren_or_tuple() 2194 impl Parse for ExprParen { implementation 2197 Ok(ExprParen { in parse() 3138 ExprMethodCall, ExprParen, ExprPath, ExprReference, ExprStruct, ExprTuple, ExprUnary, 3822 impl ToTokens for ExprParen { implementation
|
| H A D | lib.rs | 378 ExprParen, ExprPath, ExprReference, ExprStruct, ExprUnary, FieldValue, Index, Member,
|
| /linux/rust/syn/gen/ |
| H A D | fold.rs | 271 fn fold_expr_paren(&mut self, i: crate::ExprParen) -> crate::ExprParen { in fold_expr_paren() argument 1764 pub fn fold_expr_paren<F>(f: &mut F, node: crate::ExprParen) -> crate::ExprParen in fold_expr_paren() 1768 crate::ExprParen { in fold_expr_paren()
|
| H A D | clone.rs | 608 impl Clone for crate::ExprParen { implementation 610 crate::ExprParen { in clone()
|
| H A D | eq.rs | 609 impl Eq for crate::ExprParen {} implementation 612 impl PartialEq for crate::ExprParen { implementation
|
| H A D | debug.rs | 934 impl Debug for crate::ExprParen { implementation 940 impl crate::ExprParen { implementation
|
| H A D | visit_mut.rs | 269 fn visit_expr_paren_mut(&mut self, i: &mut crate::ExprParen) { in visit_expr_paren_mut() argument 1737 pub fn visit_expr_paren_mut<V>(v: &mut V, node: &mut crate::ExprParen) in visit_expr_paren_mut()
|
| H A D | visit.rs | 261 fn visit_expr_paren(&mut self, i: &'ast crate::ExprParen) { in visit_expr_paren() argument 1787 pub fn visit_expr_paren<'ast, V>(v: &mut V, node: &'ast crate::ExprParen) in visit_expr_paren()
|
| H A D | hash.rs | 838 impl Hash for crate::ExprParen { implementation
|