Searched refs:ExprReference (Results 1 – 10 of 10) sorted by relevance
| /linux/rust/syn/ |
| H A D | fixup.rs | 7 ExprBreak, ExprRange, ExprRawAddr, ExprReference, ExprReturn, ExprUnary, ExprYield, 582 | Expr::Reference(ExprReference { expr, .. }) in scan_right()
|
| H A D | expr.rs | 213 Reference(ExprReference), 599 pub struct ExprReference { 957 | Expr::Reference(ExprReference { attrs, .. }) in replace_attrs() 1190 ExprMethodCall, ExprParen, ExprPath, ExprReference, ExprStruct, ExprTuple, ExprUnary, 1552 Ok(Expr::Reference(ExprReference { in unary_expr() 1569 Ok(Expr::Reference(ExprReference { in unary_expr() 2457 impl Parse for ExprReference { implementation 2460 Ok(ExprReference { in parse() 3138 ExprMethodCall, ExprParen, ExprPath, ExprReference, ExprStruct, ExprTuple, ExprUnary, 3906 impl ToTokens for ExprReference { implementation [all …]
|
| H A D | lib.rs | 378 ExprParen, ExprPath, ExprReference, ExprStruct, ExprUnary, FieldValue, Index, Member,
|
| /linux/rust/syn/gen/ |
| H A D | fold.rs | 291 fn fold_expr_reference(&mut self, i: crate::ExprReference) -> crate::ExprReference { in fold_expr_reference() argument 1817 node: crate::ExprReference, in fold_expr_reference() argument 1818 ) -> crate::ExprReference in fold_expr_reference() 1822 crate::ExprReference { in fold_expr_reference()
|
| H A D | clone.rs | 655 impl Clone for crate::ExprReference { implementation 657 crate::ExprReference { in clone()
|
| H A D | eq.rs | 651 impl Eq for crate::ExprReference {} implementation 654 impl PartialEq for crate::ExprReference { implementation
|
| H A D | debug.rs | 1005 impl Debug for crate::ExprReference { implementation 1011 impl crate::ExprReference { implementation
|
| H A D | visit_mut.rs | 289 fn visit_expr_reference_mut(&mut self, i: &mut crate::ExprReference) { in visit_expr_reference_mut() argument 1786 pub fn visit_expr_reference_mut<V>(v: &mut V, node: &mut crate::ExprReference) in visit_expr_reference_mut()
|
| H A D | visit.rs | 281 fn visit_expr_reference(&mut self, i: &'ast crate::ExprReference) { in visit_expr_reference() argument 1844 pub fn visit_expr_reference<'ast, V>(v: &mut V, node: &'ast crate::ExprReference) in visit_expr_reference()
|
| H A D | hash.rs | 886 impl Hash for crate::ExprReference { implementation
|