Searched defs:MacroData (Results 1 – 2 of 2) sorted by relevance
157 pub(crate) fn get_macro(&mut self, res: Res) -> Option<MacroData> { in get_macro()167 pub(crate) fn get_macro_by_def_id(&mut self, def_id: DefId) -> MacroData { in get_macro_by_def_id()
892 struct MacroData { struct893 ext: Lrc<SyntaxExtension>,894 macro_rules: bool,