Home
last modified time | relevance | path

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

/linux/rust/syn/gen/
H A Dvisit.rs261 fn visit_expr_paren(&mut self, i: &'ast crate::ExprParen) { in visit_expr_paren() method
1787 pub fn visit_expr_paren<'ast, V>(v: &mut V, node: &'ast crate::ExprParen) in visit_expr_paren() function