Searched defs:macro_call_id (Results 1 – 4 of 4) sorted by relevance
140 let macro_call_id = res.value.unwrap(); in check() localVariable
540 let macro_call_id = self.with_ctx(|ctx| ctx.item_to_macro_call(src))?; in expand_attr_macro() localVariable614 let macro_call_id = macro_call.as_call_id(self.db.upcast(), krate, |path| { in speculative_expand() localVariable634 let macro_call_id = self.with_ctx(|ctx| ctx.item_to_macro_call(macro_call))?; in speculative_expand_attr() localVariable651 let macro_call_id = self.with_ctx(|ctx| { in speculative_expand_derive_as_pseudo_attr_macro() localVariable1235 let macro_call_id = ctx.item_to_macro_call(item_in_file)?; in resolve_attr_macro_call() localVariable
760 let macro_call_id = macro_call.as_call_id(db.upcast(), krate, |path| { in expand() localVariable
117 pub macro_call_id: MacroCallId, field