Searched refs:visit_lit_byte (Results 1 – 1 of 1) sorted by relevance
556 fn visit_lit_byte(&mut self, i: &'ast crate::LitByte) { in visit_lit_byte() method557 visit_lit_byte(self, i); in visit_lit_byte()2757 v.visit_lit_byte(_binding_0); in visit_lit()2783 pub fn visit_lit_byte<'ast, V>(v: &mut V, node: &'ast crate::LitByte) in visit_lit_byte() function