Searched refs:then_branch (Results 1 – 8 of 8) sorted by relevance
458 pub then_branch: Block,2239 let then_branch: Block = input.parse()?; in parse() localVariable2245 then_branch, in parse()3652 expr.then_branch.to_tokens(tokens); in to_tokens()
506 then_branch: self.then_branch.clone(), in clone()
521 && self.then_branch == other.then_branch in eq()
1650 then_branch: f.fold_block(node.then_branch), in fold_expr_if()
738 self.then_branch.hash(state); in hash()
784 formatter.field("then_branch", &self.then_branch); in debug()
1633 v.visit_block_mut(&mut node.then_branch); in visit_expr_if_mut()
1667 v.visit_block(&node.then_branch); in visit_expr_if()