Searched refs:fold_stmt (Results 1 – 1 of 1) sorted by relevance
810 fn fold_stmt(&mut self, i: crate::Stmt) -> crate::Stmt { in fold_stmt() method811 fold_stmt(self, i) in fold_stmt()1190 stmts: fold_vec(node.stmts, f, F::fold_stmt), in fold_block()3310 pub fn fold_stmt<F>(f: &mut F, node: crate::Stmt) -> crate::Stmt in fold_stmt() function