Searched refs:current_kind (Results 1 – 1 of 1) sorted by relevance
97 TokKind Lex() { return token_state_.current_kind = LexToken(); } in Lex()99 TokKind GetKind() const { return token_state_.current_kind; } in GetKind()173 TokKind current_kind; member