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 534 s = SkipDigits(s);
547 s = SkipDigits(s);
556 const char *first_non_digit = SkipDigits(s);
792 const char *first_non_digit = SkipDigits(s);
848 const char *EndDecimal = SkipDigits(s);
869 s = SkipDigits(s); // Skip suffix.
878 const char *first_non_digit = SkipDigits(s);
    [all...]

Completed in 113 milliseconds