Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_ast/src/
Dvisit.rs585 pub fn walk_param_bound<'a, V: Visitor<'a>>(visitor: &mut V, bound: &'a GenericBound) { in walk_param_bound() function
/third_party/rust/rust/compiler/rustc_hir/src/
Dintravisit.rs1068 pub fn walk_param_bound<'v, V: Visitor<'v>>(visitor: &mut V, bound: &'v GenericBound<'v>) { in walk_param_bound() function