Searched refs:found_digit (Results 1 – 1 of 1) sorted by relevance
879 bool found_digit = false; in MatchDecimalLiteral() local881 while (MatchChar(std::isdigit, ¤t)) found_digit = true; in MatchDecimalLiteral()883 while (MatchChar(std::isdigit, ¤t)) found_digit = true; in MatchDecimalLiteral()884 if (!found_digit) return false; in MatchDecimalLiteral()