Lines Matching defs:TokenStream
3153 pub(crate) fn outer_attrs_to_tokens(attrs: &[Attribute], tokens: &mut TokenStream) { in outer_attrs_to_tokens()
3158 fn inner_attrs_to_tokens(attrs: &[Attribute], tokens: &mut TokenStream) { in inner_attrs_to_tokens()
3163 pub(crate) fn outer_attrs_to_tokens(_attrs: &[Attribute], _tokens: &mut TokenStream) {} in outer_attrs_to_tokens()
3168 tokens: &mut TokenStream, in print_subexpression()
3195 pub(crate) fn print_expr(expr: &Expr, tokens: &mut TokenStream, mut fixup: FixupContext) { in print_expr()
3285 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
3296 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
3302 fn print_expr_assign(e: &ExprAssign, tokens: &mut TokenStream, mut fixup: FixupContext) { in print_expr_assign()
3336 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
3347 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
3353 fn print_expr_await(e: &ExprAwait, tokens: &mut TokenStream, fixup: FixupContext) { in print_expr_await()
3368 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
3373 fn print_expr_binary(e: &ExprBinary, tokens: &mut TokenStream, mut fixup: FixupContext) { in print_expr_binary()
3436 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
3449 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
3455 fn print_expr_break(e: &ExprBreak, tokens: &mut TokenStream, fixup: FixupContext) { in print_expr_break()
3473 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
3478 fn print_expr_call(e: &ExprCall, tokens: &mut TokenStream, fixup: FixupContext) { in print_expr_call()
3503 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
3508 fn print_expr_cast(e: &ExprCast, tokens: &mut TokenStream, mut fixup: FixupContext) { in print_expr_cast()
3540 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
3546 fn print_expr_closure(e: &ExprClosure, tokens: &mut TokenStream, fixup: FixupContext) { in print_expr_closure()
3575 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
3588 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
3597 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
3602 fn print_expr_field(e: &ExprField, tokens: &mut TokenStream, fixup: FixupContext) { in print_expr_field()
3618 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
3634 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
3645 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
3683 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
3688 fn print_expr_index(e: &ExprIndex, tokens: &mut TokenStream, fixup: FixupContext) { in print_expr_index()
3712 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
3721 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
3727 fn print_expr_let(e: &ExprLet, tokens: &mut TokenStream, fixup: FixupContext) { in print_expr_let()
3738 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
3747 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
3760 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
3769 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
3793 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
3798 fn print_expr_method_call(e: &ExprMethodCall, tokens: &mut TokenStream, fixup: FixupContext) { in print_expr_method_call()
3823 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
3833 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
3842 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
3848 fn print_expr_range(e: &ExprRange, tokens: &mut TokenStream, mut fixup: FixupContext) { in print_expr_range()
3885 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
3891 fn print_expr_raw_addr(e: &ExprRawAddr, tokens: &mut TokenStream, fixup: FixupContext) { in print_expr_raw_addr()
3907 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
3912 fn print_expr_reference(e: &ExprReference, tokens: &mut TokenStream, fixup: FixupContext) { in print_expr_reference()
3932 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
3945 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
3951 fn print_expr_return(e: &ExprReturn, tokens: &mut TokenStream, fixup: FixupContext) { in print_expr_return()
3965 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
3983 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
3989 fn print_expr_try(e: &ExprTry, tokens: &mut TokenStream, fixup: FixupContext) { in print_expr_try()
4004 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
4013 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
4028 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
4033 fn print_expr_unary(e: &ExprUnary, tokens: &mut TokenStream, fixup: FixupContext) { in print_expr_unary()
4052 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
4065 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
4080 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
4086 fn print_expr_yield(e: &ExprYield, tokens: &mut TokenStream, fixup: FixupContext) { in print_expr_yield()
4101 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
4116 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
4128 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
4138 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
4146 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
4157 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
4168 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()