Searched refs:visit_path_segment (Results 1 – 2 of 2) sorted by relevance
142 self.visit_path_segment(segment); in with_bound()194 fn visit_path_segment(&mut self, segment: &'ast syn::PathSegment) { in with_bound() method
573 fn visit_path_segment(&mut self, i: &'ast PathSegment) { in visit_path_segment() method574 visit_path_segment(self, i) in visit_path_segment()3018 v.visit_path_segment(it); in visit_path()3040 pub fn visit_path_segment<'ast, V>(v: &mut V, node: &'ast PathSegment) in visit_path_segment() function