Lines Matching full:pointing
99 // The current entry which the `Cursor` is pointing at.
182 /// Checks whether the cursor is currently pointing at the end of its valid
189 /// If the cursor is pointing at a `Ident`, returns it along with a cursor
190 /// pointing at the next `TokenTree`.
199 /// If the cursor is pointing at a `Punct`, returns it along with a cursor
200 /// pointing at the next `TokenTree`.
211 /// If the cursor is pointing at a `Literal`, return it along with a cursor
212 /// pointing at the next `TokenTree`.
221 /// If the cursor is pointing at a `Lifetime`, returns it along with a
222 /// cursor pointing at the next `TokenTree`.
239 /// If the cursor is pointing at a `Group` with the given delimiter, returns
240 /// a cursor into that group and one pointing to the next `TokenTree`.
262 /// If the cursor is pointing at a `Group`, returns a cursor into the group
263 /// and one pointing to the next `TokenTree`.
299 /// If the cursor is pointing at a `TokenTree`, returns it along with a
300 /// cursor pointing at the next `TokenTree`.