Lines Matching defs:TokenStream
733 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
738 pub(crate) fn print_path(tokens: &mut TokenStream, path: &Path, style: PathStyle) { in print_path()
748 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
753 fn print_path_segment(tokens: &mut TokenStream, segment: &PathSegment, style: PathStyle) { in print_path_segment()
760 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
765 fn print_path_arguments(tokens: &mut TokenStream, arguments: &PathArguments, style: PathStyle) { in print_path_arguments()
780 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
796 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
802 tokens: &mut TokenStream, in print_angle_bracketed_generic_arguments()
851 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
861 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
871 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
881 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
887 tokens: &mut TokenStream, in print_parenthesized_generic_arguments()
903 tokens: &mut TokenStream, in print_qpath()
941 tokens: &mut TokenStream, in conditionally_print_turbofish()
959 fn to_tokens(&self, tokens: &mut TokenStream) { in span()