Home
last modified time | relevance | path

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

/linux/rust/syn/gen/
H A Dvisit.rs579 fn visit_local(&mut self, i: &'ast crate::Local) { in visit_local() method
2813 pub fn visit_local<'ast, V>(v: &mut V, node: &'ast crate::Local) in visit_local() function