Searched refs:push_token_from_parser (Results 1 – 2 of 2) sorted by relevance
237 trees.push_token_from_parser(TokenTree::Group(crate::Group::_new_fallback(g))); in token_stream()249 trees.push_token_from_parser(tt); in token_stream()937 trees.push_token_from_parser(TokenTree::Punct(pound)); in doc_comment()942 trees.push_token_from_parser(TokenTree::Punct(bang)); in doc_comment()951 bracketed.push_token_from_parser(TokenTree::Ident(doc_ident)); in doc_comment()952 bracketed.push_token_from_parser(TokenTree::Punct(equal)); in doc_comment()953 bracketed.push_token_from_parser(TokenTree::Literal(literal)); in doc_comment()957 trees.push_token_from_parser(TokenTree::Group(group)); in doc_comment()
179 pub(crate) fn push_token_from_parser(&mut self, tt: TokenTree) { in push_token_from_parser() method