Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-expand/src/
Dlib.rs388 pub fn is_macro(self) -> bool { in is_macro() method
/third_party/rust/rust/compiler/rustc_resolve/src/late/
Ddiagnostics.rs707 let is_macro = in suggest_trait_and_bounds() localVariable