Home
last modified time | relevance | path

Searched defs:visit_expr_match (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/syn/src/gen/
Dvisit.rs203 fn visit_expr_match(&mut self, i: &'ast ExprMatch) { in visit_expr_match() method
1496 pub fn visit_expr_match<'ast, V>(v: &mut V, node: &'ast ExprMatch) in visit_expr_match() function