Searched refs:fold_stmt (Results 1 - 3 of 3) sorted by relevance
/third_party/rust/crates/syn/examples/trace-var/trace-var/src/ |
H A D | lib.rs | 136 fn fold_stmt(&mut self, s: Stmt) -> Stmt { in fold_stmt() functions 145 _ => fold::fold_stmt(self, s), in fold_stmt()
|
/third_party/rust/crates/syn/tests/ |
H A D | test_precedence.rs | 442 fn fold_stmt(&mut self, stmt: Stmt) -> Stmt { in syn_parenthesize() functions 473 use syn::fold::{fold_expr, fold_stmt, Fold}; in make_parens_invisible() 490 fn fold_stmt(&mut self, stmt: Stmt) -> Stmt { in make_parens_invisible() functions 501 fold_stmt(self, stmt) in make_parens_invisible()
|
/third_party/rust/crates/syn/src/gen/ |
H A D | fold.rs | 733 fn fold_stmt(&mut self, i: Stmt) -> Stmt { in fold_stmt() functions 734 fold_stmt(self, i) in fold_stmt() 1092 stmts: FoldHelper::lift(node.stmts, |it| f.fold_stmt(it)), in fold_block() 2947 pub fn fold_stmt<F>(f: &mut F, node: Stmt) -> Stmt in fold_stmt() functions
|
Completed in 6 milliseconds