Searched refs:new_match (Results 1 – 1 of 1) sorted by relevance
726 const char* new_match = NULL; in gather_token() local727 while ((new_match = (this->*can_continue_fn)(match)) != NULL) in gather_token()728 match = new_match; in gather_token()