Searched defs:visit_expr_path (Results 1 – 1 of 1) sorted by relevance
266 fn visit_expr_path(&mut self, i: &'ast crate::ExprPath) { in visit_expr_path() method1799 pub fn visit_expr_path<'ast, V>(v: &mut V, node: &'ast crate::ExprPath) in visit_expr_path() function