Home
last modified time | relevance | path

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

/third_party/rust/crates/syn/tests/
H A Dtest_precedence.rs325 fn visit_local(&mut self, local: &mut P<Local>) { in librustc_parenthesize() functions
/third_party/rust/crates/syn/src/gen/
H A Dvisit.rs566 fn visit_local(&mut self, i: &'ast Local) { in visit_local() functions
2749 pub fn visit_local<'ast, V>(v: &mut V, node: &'ast Local) in visit_local() functions

Completed in 7 milliseconds