Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dprecedence.rs10 ExprField, ExprForLoop, ExprGroup, ExprIf, ExprIndex, ExprInfer, ExprLit, ExprLoop, ExprMacro,
137 | Expr::If(ExprIf { attrs, .. }) in of()
H A Dexpr.rs171 If(ExprIf),
454 pub struct ExprIf #full {
944 | Expr::If(ExprIf { attrs, .. }) in replace_attrs()
1184 ExprConst, ExprContinue, ExprForLoop, ExprIf, ExprInfer, ExprLet, ExprLoop, ExprMatch,
2230 impl Parse for ExprIf { implementation
2241 expr = ExprIf { in parse()
3132 ExprConst, ExprContinue, ExprForLoop, ExprIf, ExprInfer, ExprLet, ExprLoop, ExprMatch,
3644 impl ToTokens for ExprIf { implementation
H A Dlib.rs384 ExprContinue, ExprForLoop, ExprGroup, ExprIf, ExprInfer, ExprLet, ExprLoop, ExprMatch,
/linux/rust/syn/gen/
H A Dfold.rs223 fn fold_expr_if(&mut self, i: crate::ExprIf) -> crate::ExprIf { in fold_expr_if() argument
1642 pub fn fold_expr_if<F>(f: &mut F, node: crate::ExprIf) -> crate::ExprIf in fold_expr_if()
1646 crate::ExprIf { in fold_expr_if()
H A Dclone.rs500 impl Clone for crate::ExprIf { implementation
502 crate::ExprIf { in clone()
H A Deq.rs515 impl Eq for crate::ExprIf {} implementation
518 impl PartialEq for crate::ExprIf { implementation
H A Ddebug.rs772 impl Debug for crate::ExprIf { implementation
778 impl crate::ExprIf { implementation
H A Dvisit_mut.rs224 fn visit_expr_if_mut(&mut self, i: &mut crate::ExprIf) { in visit_expr_if_mut() argument
1626 pub fn visit_expr_if_mut<V>(v: &mut V, node: &mut crate::ExprIf) in visit_expr_if_mut()
H A Dvisit.rs216 fn visit_expr_if(&mut self, i: &'ast crate::ExprIf) { in visit_expr_if() argument
1658 pub fn visit_expr_if<'ast, V>(v: &mut V, node: &'ast crate::ExprIf) in visit_expr_if()
H A Dhash.rs731 impl Hash for crate::ExprIf { implementation