Home
last modified time | relevance | path

Searched refs:visit_path (Results 1 – 1 of 1) sorted by relevance

/linux/rust/syn/gen/
H A Dvisit.rs687 fn visit_path(&mut self, i: &'ast crate::Path) { in visit_path() method
688 visit_path(self, i); in visit_path()
1809 v.visit_path(&node.path); in visit_expr_path()
1895 v.visit_path(&node.path); in visit_expr_struct()
2535 v.visit_path(&(it).1); in visit_item_impl()
2846 v.visit_path(&node.path); in visit_macro()
2892 v.visit_path(_binding_0); in visit_meta()
2908 v.visit_path(&node.path); in visit_meta_list()
2918 v.visit_path(&node.path); in visit_meta_name_value()
3093 v.visit_path(&node.path); in visit_pat_struct()
[all …]