Searched defs:GateProcMacroInput (Results 1 – 1 of 1) sorted by relevance
810 struct GateProcMacroInput<'a> { in gate_proc_macro_input() struct811 parse_sess: &'a ParseSess, in gate_proc_macro_input()814 impl<'ast, 'a> Visitor<'ast> for GateProcMacroInput<'a> { in gate_proc_macro_input() implementation