Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-expand/src/
Ddb.rs145 fn expand_proc_macro(&self, call: MacroCallId) -> ExpandResult<tt::Subtree>; in expand_proc_macro() method
514 fn expand_proc_macro(db: &dyn ExpandDatabase, id: MacroCallId) -> ExpandResult<tt::Subtree> { in expand_proc_macro() function