Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/
Dsyntax_highlighting.rs244 let mut current_macro: Option<ast::Macro> = None; in traverse() localVariable
/third_party/rust/rust/compiler/rustc_mir_transform/src/coverage/
Dspans.rs176 pub fn current_macro(&self) -> Option<Symbol> { in current_macro() method