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