Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dprecedence.rs11 ExprMatch, ExprMethodCall, ExprParen, ExprPath, ExprRepeat, ExprReturn, ExprStruct, ExprTry,
149 | Expr::Try(ExprTry { attrs, .. }) in of()
H A Dexpr.rs228 Try(ExprTry),
649 pub struct ExprTry #full {
961 | Expr::Try(ExprTry { attrs, .. }) in replace_attrs()
1185 ExprRange, ExprRawAddr, ExprRepeat, ExprReturn, ExprTry, ExprTryBlock, ExprUnsafe,
1705 e = Expr::Try(ExprTry { in trailer_helper()
2404 ExprTry, Try, "expected try expression",
3133 ExprRange, ExprRawAddr, ExprRepeat, ExprReturn, ExprTry, ExprTryBlock, ExprUnsafe,
3982 impl ToTokens for ExprTry { implementation
3989 fn print_expr_try(e: &ExprTry, tokens: &mut TokenStream, fixup: FixupContext) { in print_expr_try() argument
H A Dlib.rs385 ExprRange, ExprRawAddr, ExprRepeat, ExprReturn, ExprTry, ExprTryBlock, ExprTuple, ExprUnsafe,
/linux/rust/syn/gen/
H A Dfold.rs311 fn fold_expr_try(&mut self, i: crate::ExprTry) -> crate::ExprTry { in fold_expr_try() argument
1873 pub fn fold_expr_try<F>(f: &mut F, node: crate::ExprTry) -> crate::ExprTry in fold_expr_try()
1877 crate::ExprTry { in fold_expr_try()
H A Dclone.rs706 impl Clone for crate::ExprTry { implementation
708 crate::ExprTry { in clone()
H A Deq.rs694 impl Eq for crate::ExprTry {} implementation
697 impl PartialEq for crate::ExprTry { implementation
H A Ddebug.rs1080 impl Debug for crate::ExprTry { implementation
1086 impl crate::ExprTry { implementation
H A Dvisit_mut.rs309 fn visit_expr_try_mut(&mut self, i: &mut crate::ExprTry) { in visit_expr_try_mut() argument
1842 pub fn visit_expr_try_mut<V>(v: &mut V, node: &mut crate::ExprTry) in visit_expr_try_mut()
H A Dvisit.rs301 fn visit_expr_try(&mut self, i: &'ast crate::ExprTry) { in visit_expr_try() argument
1908 pub fn visit_expr_try<'ast, V>(v: &mut V, node: &'ast crate::ExprTry) in visit_expr_try()
H A Dhash.rs936 impl Hash for crate::ExprTry { implementation