Home
last modified time | relevance | path

Searched refs:quote_token_with_context (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/quote/src/
H A Dlib.rs770 // quote_token_with_context!(_s @ @ @ @ @ @ a);
771 // quote_token_with_context!(_s @ @ @ @ @ a b);
772 // quote_token_with_context!(_s @ @ @ @ a b c);
773 // quote_token_with_context!(_s @ @ @ (a) b c d);
774 // quote_token_with_context!(_s @ @ a (b) c d e);
775 // quote_token_with_context!(_s @ a b (c) d e f);
776 // quote_token_with_context!(_s a b c (d) e f g);
777 // quote_token_with_context!(_s b c d (e) f g h);
778 // quote_token_with_context!(_s c d e (f) g h i);
779 // quote_token_with_context!(_
873 macro_rules! quote_token_with_context { global() macros
[all...]

Completed in 2 milliseconds