Home
last modified time | relevance | path

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

/external/rust/crates/serde_derive/src/
Dbound.rs142 self.visit_path_segment(segment); in with_bound()
194 fn visit_path_segment(&mut self, segment: &'ast syn::PathSegment) { in with_bound() method
/external/rust/crates/syn/src/gen/
Dvisit.rs573 fn visit_path_segment(&mut self, i: &'ast PathSegment) { in visit_path_segment() method
574 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