Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dprecedence.rs10 ExprField, ExprForLoop, ExprGroup, ExprIf, ExprIndex, ExprInfer, ExprLit, ExprLoop, ExprMacro,
139 | Expr::Infer(ExprInfer { attrs, .. }) in of()
H A Dexpr.rs177 Infer(ExprInfer),
477 pub struct ExprInfer #full {
946 | Expr::Infer(ExprInfer { attrs, .. }) in replace_attrs()
1184 ExprConst, ExprContinue, ExprForLoop, ExprIf, ExprInfer, ExprLet, ExprLoop, ExprMatch,
2284 impl Parse for ExprInfer { implementation
2286 Ok(ExprInfer { in parse()
3132 ExprConst, ExprContinue, ExprForLoop, ExprIf, ExprInfer, ExprLet, ExprLoop, ExprMatch,
3711 impl ToTokens for ExprInfer { implementation
H A Dlib.rs384 ExprContinue, ExprForLoop, ExprGroup, ExprIf, ExprInfer, ExprLet, ExprLoop, ExprMatch,
/linux/rust/syn/gen/
H A Dfold.rs233 fn fold_expr_infer(&mut self, i: crate::ExprInfer) -> crate::ExprInfer { in fold_expr_infer() argument
1670 pub fn fold_expr_infer<F>(f: &mut F, node: crate::ExprInfer) -> crate::ExprInfer in fold_expr_infer()
1674 crate::ExprInfer { in fold_expr_infer()
H A Dclone.rs525 impl Clone for crate::ExprInfer { implementation
527 crate::ExprInfer { in clone()
H A Deq.rs537 impl Eq for crate::ExprInfer {} implementation
540 impl PartialEq for crate::ExprInfer { implementation
H A Ddebug.rs809 impl Debug for crate::ExprInfer { implementation
815 impl crate::ExprInfer { implementation
H A Dvisit_mut.rs234 fn visit_expr_infer_mut(&mut self, i: &mut crate::ExprInfer) { in visit_expr_infer_mut() argument
1652 pub fn visit_expr_infer_mut<V>(v: &mut V, node: &mut crate::ExprInfer) in visit_expr_infer_mut()
H A Dvisit.rs226 fn visit_expr_infer(&mut self, i: &'ast crate::ExprInfer) { in visit_expr_infer() argument
1688 pub fn visit_expr_infer<'ast, V>(v: &mut V, node: &'ast crate::ExprInfer) in visit_expr_infer()
H A Dhash.rs756 impl Hash for crate::ExprInfer { implementation