Searched refs:ExprStruct (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, 148 | Expr::Struct(ExprStruct { attrs, .. }) in of()
|
| H A D | expr.rs | 225 Struct(ExprStruct), 635 pub struct ExprStruct { 960 | Expr::Struct(ExprStruct { attrs, .. }) in replace_attrs() 1190 ExprMethodCall, ExprParen, ExprPath, ExprReference, ExprStruct, ExprTuple, ExprUnary, 2781 impl Parse for ExprStruct { implementation 2793 ) -> Result<ExprStruct> { in expr_struct_helper() argument 2800 return Ok(ExprStruct { in expr_struct_helper() 2823 Ok(ExprStruct { in expr_struct_helper() 3138 ExprMethodCall, ExprParen, ExprPath, ExprReference, ExprStruct, ExprTuple, ExprUnary, 3964 impl ToTokens for ExprStruct { implementation
|
| H A D | lib.rs | 378 ExprParen, ExprPath, ExprReference, ExprStruct, ExprUnary, FieldValue, Index, Member,
|
| /linux/rust/syn/gen/ |
| H A D | fold.rs | 306 fn fold_expr_struct(&mut self, i: crate::ExprStruct) -> crate::ExprStruct { in fold_expr_struct() argument 1857 pub fn fold_expr_struct<F>(f: &mut F, node: crate::ExprStruct) -> crate::ExprStruct in fold_expr_struct() 1861 crate::ExprStruct { in fold_expr_struct()
|
| H A D | clone.rs | 691 impl Clone for crate::ExprStruct { implementation 693 crate::ExprStruct { in clone()
|
| H A D | eq.rs | 682 impl Eq for crate::ExprStruct {} implementation 685 impl PartialEq for crate::ExprStruct { implementation
|
| H A D | debug.rs | 1059 impl Debug for crate::ExprStruct { implementation 1065 impl crate::ExprStruct { implementation
|
| H A D | visit_mut.rs | 304 fn visit_expr_struct_mut(&mut self, i: &mut crate::ExprStruct) { in visit_expr_struct_mut() argument 1821 pub fn visit_expr_struct_mut<V>(v: &mut V, node: &mut crate::ExprStruct) in visit_expr_struct_mut()
|
| H A D | visit.rs | 296 fn visit_expr_struct(&mut self, i: &'ast crate::ExprStruct) { in visit_expr_struct() argument 1885 pub fn visit_expr_struct<'ast, V>(v: &mut V, node: &'ast crate::ExprStruct) in visit_expr_struct()
|
| H A D | hash.rs | 921 impl Hash for crate::ExprStruct { implementation
|