Home
last modified time | relevance | path

Searched defs:is_macro_export (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dcrate_in_macro_def.rs75 fn is_macro_export(attr: &Attribute) -> bool { in is_macro_export() function
/third_party/rust/rust/compiler/rustc_resolve/src/
Dbuild_reduced_graph.rs1220 let is_macro_export = attr::contains_name(&item.attrs, sym::macro_export); in define_macro() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Dlib.rs2378 pub fn is_macro_export(self, db: &dyn HirDatabase) -> bool { in is_macro_export() method