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 133 /// SkipDigits - Read and skip over any digits, up to End.
135 const char *SkipDigits(const char *ptr) {
  /external/clang/lib/Lex/
LiteralSupport.cpp 536 s = SkipDigits(s);
549 s = SkipDigits(s);
558 const char *first_non_digit = SkipDigits(s);
786 const char *first_non_digit = SkipDigits(s);
843 const char *EndDecimal = SkipDigits(s);
864 s = SkipDigits(s); // Skip suffix.
873 const char *first_non_digit = SkipDigits(s);
    [all...]

Completed in 163 milliseconds