Searched refs:new_stmt (Results 1 – 4 of 4) sorted by relevance
| /linux/rust/syn/ |
| H A D | stmt.rs | 442 expr::printing::print_expr(expr, tokens, FixupContext::new_stmt()); in to_tokens() 469 expr::printing::print_expr(diverge, tokens, FixupContext::new_stmt()); in to_tokens()
|
| H A D | fixup.rs | 185 pub fn new_stmt() -> Self { in new_stmt() method
|
| H A D | generics.rs | 1472 expr::printing::print_expr(expr, tokens, FixupContext::new_stmt()); in print_const_argument()
|
| H A D | expr.rs | 3567 print_expr(&e.body, tokens, FixupContext::new_stmt()); in print_expr_closure() 3672 print_expr(other, tokens, FixupContext::new_stmt()); in to_tokens()
|