Searched refs:first_token_ (Results 1 – 1 of 1) sorted by relevance
220 first_token_(parsing_token), token_(), in Lex()355 int first_token_; member in gold::Lex868 if (this->first_token_ != 0) in next_token()870 this->token_ = Token(this->first_token_, 0, 0); in next_token()871 this->first_token_ = 0; in next_token()