Searched refs:ExprTry (Results 1 – 10 of 10) sorted by relevance
| /linux/rust/syn/ |
| H A D | precedence.rs | 11 ExprMatch, ExprMethodCall, ExprParen, ExprPath, ExprRepeat, ExprReturn, ExprStruct, ExprTry, 149 | Expr::Try(ExprTry { attrs, .. }) in of()
|
| H A D | expr.rs | 228 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 D | lib.rs | 385 ExprRange, ExprRawAddr, ExprRepeat, ExprReturn, ExprTry, ExprTryBlock, ExprTuple, ExprUnsafe,
|
| /linux/rust/syn/gen/ |
| H A D | fold.rs | 311 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 D | clone.rs | 706 impl Clone for crate::ExprTry { implementation 708 crate::ExprTry { in clone()
|
| H A D | eq.rs | 694 impl Eq for crate::ExprTry {} implementation 697 impl PartialEq for crate::ExprTry { implementation
|
| H A D | debug.rs | 1080 impl Debug for crate::ExprTry { implementation 1086 impl crate::ExprTry { implementation
|
| H A D | visit_mut.rs | 309 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 D | visit.rs | 301 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 D | hash.rs | 936 impl Hash for crate::ExprTry { implementation
|