Home
last modified time | relevance | path

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

/third_party/rust/crates/syn/src/
Dlib.rs344 ExprParen, ExprPath, ExprRange, ExprReference, ExprRepeat, ExprReturn, ExprStruct, ExprTry,
Dexpr.rs202 Try(ExprTry),
688 pub struct ExprTry #full {
831 | Expr::Try(ExprTry { attrs, .. }) in replace_attrs()
1656 e = Expr::Try(ExprTry { in trailer_helper()
2320 ExprTry, Try, "expected try expression",
3513 impl ToTokens for ExprTry { implementation
/third_party/rust/crates/syn/src/gen/
Dfold.rs232 fn fold_expr_try(&mut self, i: ExprTry) -> ExprTry { in fold_expr_try() argument
1521 pub fn fold_expr_try<F>(f: &mut F, node: ExprTry) -> ExprTry in fold_expr_try()
1525 ExprTry { in fold_expr_try()
Dclone.rs661 impl Clone for ExprTry { implementation
663 ExprTry { in clone()
Deq.rs633 impl Eq for ExprTry {} implementation
636 impl PartialEq for ExprTry { implementation
Dvisit_mut.rs235 fn visit_expr_try_mut(&mut self, i: &mut ExprTry) { in visit_expr_try_mut() argument
1670 pub fn visit_expr_try_mut<V>(v: &mut V, node: &mut ExprTry) in visit_expr_try_mut()
Dvisit.rs234 fn visit_expr_try(&mut self, i: &'ast ExprTry) { in visit_expr_try() argument
1669 pub fn visit_expr_try<'ast, V>(v: &mut V, node: &'ast ExprTry) in visit_expr_try()
Dhash.rs885 impl Hash for ExprTry { implementation
Ddebug.rs975 impl Debug for ExprTry { implementation
/third_party/rust/crates/syn/tests/debug/
Dgen.rs1749 impl Debug for Lite<syn::ExprTry> {