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

  /external/clang/lib/Lex/
LiteralSupport.cpp 417 s = SkipDigits(s);
428 s = SkipDigits(s);
435 const char *first_non_digit = SkipDigits(s);
602 const char *first_non_digit = SkipDigits(s);
652 const char *EndDecimal = SkipDigits(s);
672 s = SkipDigits(s); // Skip suffix.
680 const char *first_non_digit = SkipDigits(s);
    [all...]
  /external/clang/include/clang/Lex/
LiteralSupport.h 115 /// SkipDigits - Read and skip over any digits, up to End.
117 const char *SkipDigits(const char *ptr) {

Completed in 161 milliseconds