Home
last modified time | relevance | path

Searched refs:quote_each_token (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/proc-macro-hack/src/
Dquote.rs10 quote_each_token!(tokens $($tt)*);
15 macro_rules! quote_each_token { macro
18 quote_each_token!($tokens $($rest)*);
32 quote_each_token!($tokens $($rest)*);
46 quote_each_token!($tokens $($rest)*);
60 quote_each_token!($tokens $($rest)*);
74 quote_each_token!($tokens $($rest)*);
81 quote_each_token!($tokens $($rest)*);
/external/rust/crates/quote/src/
Dlib.rs484 $crate::quote_each_token!(_s $($tt)*);
672 macro_rules! quote_each_token { macro
748 $crate::quote_each_token!($tokens $($inner)*);
766 $crate::quote_each_token!($tokens $($inner)*);