Lines Matching defs:quote
46 /// [`quote_spanned!`](https://docs.rs/quote/latest/quote/macro.quote_spanned.html) macro from the
47 /// `quote` crate but provides only just enough functionality needed by the current `macros` crate.
62 $crate::quote::ToTokens::to_tokens(&$id, &mut ts);
69 $crate::quote::ToTokens::to_tokens(&token, &mut ts);
172 /// This is a similar to the [`quote!`](https://docs.rs/quote/latest/quote/macro.quote.html) macro
173 /// from the `quote` crate but provides only just enough functionality needed by the current
177 macro_rules! quote {