Home
last modified time | relevance | path

Searched refs:visit_bin_op (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/syn/src/gen/
H A Dvisit.rs81 fn visit_bin_op(&mut self, i: &'ast BinOp) { in visit_bin_op() functions
82 visit_bin_op(self, i); in visit_bin_op()
1055 pub fn visit_bin_op<'ast, V>(v: &mut V, node: &'ast BinOp) in visit_bin_op() functions
1459 v.visit_bin_op(&node.op); in visit_expr_binary()

Completed in 5 milliseconds