Lines Matching refs:append
253 tokens.append(Group::new(delimiter, inner)); in push_group()
265 tokens.append(g); in push_group_spanned()
305 tokens.append(ident_maybe_raw(s, span)); in push_ident_spanned()
332 tokens.append(Punct::new($char1, Spacing::Alone));
338 tokens.append(punct);
344 tokens.append(Punct::new($char1, Spacing::Joint));
345 tokens.append(Punct::new($char2, Spacing::Alone));
351 tokens.append(punct);
354 tokens.append(punct);
360 tokens.append(Punct::new($char1, Spacing::Joint));
361 tokens.append(Punct::new($char2, Spacing::Joint));
362 tokens.append(Punct::new($char3, Spacing::Alone));
368 tokens.append(punct);
371 tokens.append(punct);
374 tokens.append(punct);
431 tokens.append(Ident::new("_", span)); in push_underscore_spanned()