Home
last modified time | relevance | path

Searched defs:walk_path_segment (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_ast/src/
Dvisit.rs464 pub fn walk_path_segment<'a, V: Visitor<'a>>(visitor: &mut V, segment: &'a PathSegment) { in walk_path_segment() function
/third_party/rust/rust/compiler/rustc_hir/src/
Dintravisit.rs1158 pub fn walk_path_segment<'v, V: Visitor<'v>>(visitor: &mut V, segment: &'v PathSegment<'v>) { in walk_path_segment() function