Home
last modified time | relevance | path

Searched refs:then_branch (Results 1 – 8 of 8) sorted by relevance

/linux/rust/syn/
H A Dexpr.rs458 pub then_branch: Block,
2239 let then_branch: Block = input.parse()?; in parse() localVariable
2245 then_branch, in parse()
3652 expr.then_branch.to_tokens(tokens); in to_tokens()
/linux/rust/syn/gen/
H A Dclone.rs506 then_branch: self.then_branch.clone(), in clone()
H A Deq.rs521 && self.then_branch == other.then_branch in eq()
H A Dfold.rs1650 then_branch: f.fold_block(node.then_branch), in fold_expr_if()
H A Dhash.rs738 self.then_branch.hash(state); in hash()
H A Ddebug.rs784 formatter.field("then_branch", &self.then_branch); in debug()
H A Dvisit_mut.rs1633 v.visit_block_mut(&mut node.then_branch); in visit_expr_if_mut()
H A Dvisit.rs1667 v.visit_block(&node.then_branch); in visit_expr_if()