Lines Matching refs:trees
684 let mut this_trees = self.trees();
685 let mut other_trees = other.trees();
722 trees: &mut impl Iterator<Item = &'a TokenTree>,
728 match trees.next() {
739 let stream = match trees.next() {
743 let mut trees = stream.trees();
744 match trees.next() {
754 match trees.next() {
764 match trees.next() {
766 is_escaped_literal_token(token, unescaped) && trees.next().is_none()