Home
last modified time | relevance | path

Searched refs:ExprField (Results 1 – 10 of 10) sorted by relevance

/linux/rust/syn/
H A Dprecedence.rs10 ExprField, ExprForLoop, ExprGroup, ExprIf, ExprIndex, ExprInfer, ExprLit, ExprLoop, ExprMacro,
134 | Expr::Field(ExprField { attrs, .. }) in of()
H A Dexpr.rs154 Field(ExprField),
411 pub struct ExprField {
941 | Expr::Field(ExprField { attrs, .. }) in replace_attrs()
1189 Expr, ExprBinary, ExprCall, ExprCast, ExprField, ExprGroup, ExprIndex, ExprLit, ExprMacro,
1685 e = Expr::Field(ExprField { in trailer_helper()
1769 e = Expr::Field(ExprField { in trailer_expr()
2400 ExprField, Field, "expected struct field access",
3067 *e = Expr::Field(ExprField { in multi_index()
3137 Expr, ExprBinary, ExprCall, ExprCast, ExprField, ExprGroup, ExprIndex, ExprLit, ExprMacro,
3596 impl ToTokens for ExprField { implementation
[all …]
H A Dlib.rs377 Expr, ExprBinary, ExprCall, ExprCast, ExprField, ExprIndex, ExprLit, ExprMacro, ExprMethodCall,
/linux/rust/syn/gen/
H A Dfold.rs208 fn fold_expr_field(&mut self, i: crate::ExprField) -> crate::ExprField { in fold_expr_field() argument
1601 pub fn fold_expr_field<F>(f: &mut F, node: crate::ExprField) -> crate::ExprField in fold_expr_field()
1605 crate::ExprField { in fold_expr_field()
H A Dclone.rs462 impl Clone for crate::ExprField { implementation
464 crate::ExprField { in clone()
H A Deq.rs483 impl Eq for crate::ExprField {} implementation
486 impl PartialEq for crate::ExprField { implementation
H A Ddebug.rs716 impl Debug for crate::ExprField { implementation
722 impl crate::ExprField { implementation
H A Dvisit_mut.rs209 fn visit_expr_field_mut(&mut self, i: &mut crate::ExprField) { in visit_expr_field_mut() argument
1589 pub fn visit_expr_field_mut<V>(v: &mut V, node: &mut crate::ExprField) in visit_expr_field_mut()
H A Dvisit.rs201 fn visit_expr_field(&mut self, i: &'ast crate::ExprField) { in visit_expr_field() argument
1615 pub fn visit_expr_field<'ast, V>(v: &mut V, node: &'ast crate::ExprField) in visit_expr_field()
H A Dhash.rs694 impl Hash for crate::ExprField { implementation