Home
last modified time | relevance | path

Searched defs:MacroData (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_resolve/src/
Dbuild_reduced_graph.rs157 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()
Dlib.rs892 struct MacroData { struct
893 ext: Lrc<SyntaxExtension>,
894 macro_rules: bool,