Searched refs:ExprAwait (Results 1 – 10 of 10) sorted by relevance
| /linux/rust/syn/ |
| H A D | precedence.rs | 9 ExprArray, ExprAsync, ExprAwait, ExprBlock, ExprBreak, ExprCall, ExprConst, ExprContinue, 129 | Expr::Await(ExprAwait { attrs, .. }) in of()
|
| H A D | expr.rs | 125 Await(ExprAwait), 306 pub struct ExprAwait #full { 932 | Expr::Await(ExprAwait { attrs, .. }) in replace_attrs() 1183 Arm, ExprArray, ExprAssign, ExprAsync, ExprAwait, ExprBlock, ExprBreak, ExprClosure, 1653 e = Expr::Await(ExprAwait { in trailer_helper() 2396 ExprAwait, Await, "expected await expression", 3131 Arm, ExprArray, ExprAssign, ExprAsync, ExprAwait, ExprBlock, ExprBreak, ExprClosure, 3346 impl ToTokens for ExprAwait { implementation 3353 fn print_expr_await(e: &ExprAwait, tokens: &mut TokenStream, fixup: FixupContext) { in print_expr_await() argument
|
| H A D | lib.rs | 383 ExprArray, ExprAssign, ExprAsync, ExprAwait, ExprBlock, ExprBreak, ExprClosure, ExprConst,
|
| /linux/rust/syn/gen/ |
| H A D | fold.rs | 163 fn fold_expr_await(&mut self, i: crate::ExprAwait) -> crate::ExprAwait { in fold_expr_await() argument 1480 pub fn fold_expr_await<F>(f: &mut F, node: crate::ExprAwait) -> crate::ExprAwait in fold_expr_await() 1484 crate::ExprAwait { in fold_expr_await()
|
| H A D | clone.rs | 350 impl Clone for crate::ExprAwait { implementation 352 crate::ExprAwait { in clone()
|
| H A D | eq.rs | 387 impl Eq for crate::ExprAwait {} implementation 390 impl PartialEq for crate::ExprAwait { implementation
|
| H A D | debug.rs | 550 impl Debug for crate::ExprAwait { implementation 556 impl crate::ExprAwait { implementation
|
| H A D | visit_mut.rs | 164 fn visit_expr_await_mut(&mut self, i: &mut crate::ExprAwait) { in visit_expr_await_mut() argument 1470 pub fn visit_expr_await_mut<V>(v: &mut V, node: &mut crate::ExprAwait) in visit_expr_await_mut()
|
| H A D | visit.rs | 156 fn visit_expr_await(&mut self, i: &'ast crate::ExprAwait) { in visit_expr_await() argument 1478 pub fn visit_expr_await<'ast, V>(v: &mut V, node: &'ast crate::ExprAwait) in visit_expr_await()
|
| H A D | hash.rs | 582 impl Hash for crate::ExprAwait { implementation
|