Lines Matching refs:Punct
4 use proc_macro2::{Delimiter, Group, Ident, Punct, Spacing, Span, TokenStream, TokenTree};
23 TokenTree::Punct(Punct::new('<', Spacing::Alone)), in test_macro_variable_type()
25 TokenTree::Punct(Punct::new('>', Spacing::Alone)), in test_macro_variable_type()
57 TokenTree::Punct(Punct::new(':', Spacing::Joint)), in test_macro_variable_type()
58 TokenTree::Punct(Punct::new(':', Spacing::Alone)), in test_macro_variable_type()
59 TokenTree::Punct(Punct::new('<', Spacing::Alone)), in test_macro_variable_type()
61 TokenTree::Punct(Punct::new('>', Spacing::Alone)), in test_macro_variable_type()
97 TokenTree::Punct(Punct::new('<', Spacing::Alone)), in test_group_angle_brackets()
99 TokenTree::Punct(Punct::new('>', Spacing::Alone)), in test_group_angle_brackets()
149 TokenTree::Punct(Punct::new(':', Spacing::Joint)), in test_group_colons()
150 TokenTree::Punct(Punct::new(':', Spacing::Alone)), in test_group_colons()
186 TokenTree::Punct(Punct::new(':', Spacing::Joint)), in test_group_colons()
187 TokenTree::Punct(Punct::new(':', Spacing::Alone)), in test_group_colons()