Searched refs:parse_export_args (Results 1 – 2 of 2) sorted by relevance
162 parse_define_args, parse_enum_hack, parse_export_args, parse_fake_call_site, parse_input,204 let args = parse_export_args(args)?; in expand_proc_macro_hack()
169 pub(crate) fn parse_export_args(tokens: Iter) -> Result<ExportArgs, Error> { in parse_export_args() function