Home
last modified time | relevance | path

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

/third_party/rust/crates/syn/src/gen/
H A Dvisit.rs246 fn visit_expr_match(&mut self, i: &'ast ExprMatch) { in visit_expr_match() functions
247 visit_expr_match(self, i); in visit_expr_match()
1343 full!(v.visit_expr_match(_binding_0)); in visit_expr()
1710 pub fn visit_expr_match<'ast, V>(v: &mut V, node: &'ast ExprMatch) in visit_expr_match() functions

Completed in 5 milliseconds