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

/external/clang/lib/Lex/
H A DLiteralSupport.cpp498 const char *first_non_digit = SkipDigits(s); local
499 if (first_non_digit != s) {
500 s = first_non_digit;
665 const char *first_non_digit = SkipDigits(s); local
666 if (first_non_digit == s) {
672 s = first_non_digit;
743 const char *first_non_digit = SkipDigits(s); local
744 if (first_non_digit != s) {
745 s = first_non_digit;

Completed in 51 milliseconds