Searched refs:first_non_digit (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp813 const char *first_non_digit = SkipDigits(s); local
814 if (containsDigits(s, first_non_digit)) {
816 s = first_non_digit;
924 const char *first_non_digit = SkipDigits(s);
925 if (!containsDigits(s, first_non_digit)) {
935 s = first_non_digit;

Completed in 91 milliseconds