Searched refs:previous_ (Results 1 – 2 of 2) sorted by relevance
260 Token previous_; // Returned by previous(). variable399 return previous_; in previous()
563 previous_ = current_; in Next()612 if (previous_.type == TYPE_IDENTIFIER && in Next()613 current_.line == previous_.line && in Next()614 current_.column == previous_.end_column) { in Next()