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

/external/clang/lib/Lex/
H A DLiteralSupport.cpp510 const char *first_non_digit = SkipDigits(s); local
511 if (first_non_digit != s) {
512 s = first_non_digit;
714 const char *first_non_digit = SkipDigits(s); local
715 if (first_non_digit == s) {
721 s = first_non_digit;
797 const char *first_non_digit = SkipDigits(s); local
798 if (first_non_digit != s) {
799 s = first_non_digit;

Completed in 55 milliseconds