HomeSort by relevance Sort by last modified time
    Searched refs:SkipDigits (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Lex/
LiteralSupport.h 119 /// SkipDigits - Read and skip over any digits, up to End.
121 const char *SkipDigits(const char *ptr) {
  /external/clang/lib/Lex/
LiteralSupport.cpp 492 s = SkipDigits(s);
503 s = SkipDigits(s);
510 const char *first_non_digit = SkipDigits(s);
714 const char *first_non_digit = SkipDigits(s);
769 const char *EndDecimal = SkipDigits(s);
789 s = SkipDigits(s); // Skip suffix.
797 const char *first_non_digit = SkipDigits(s);
    [all...]

Completed in 2897 milliseconds