Home
last modified time | relevance | path

Searched refs:visit_path_segment (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/serde/serde_derive/src/
H A Dbound.rs139 self.visit_path_segment(segment);
189 fn visit_path_segment(&mut self, segment: &'ast syn::PathSegment) { in visit_path_segment() functions
/third_party/rust/crates/syn/src/gen/
H A Dvisit.rs684 fn visit_path_segment(&mut self, i: &'ast PathSegment) { in visit_path_segment() functions
685 visit_path_segment(self, i); in visit_path_segment()
3106 v.visit_path_segment(it); in visit_path()
3127 pub fn visit_path_segment<'ast, V>(v: &mut V, node: &'ast PathSegment) in visit_path_segment() functions

Completed in 5 milliseconds