Searched refs:kEOL (Results 1 – 2 of 2) sorted by relevance
28 kEOL, enumerator48 bool IsEOL() const { return type_ == TokenType::kEOL; } in IsEOL()
74 return MakeUnique<Token>(TokenType::kEOL); in NextToken()