HomeSort by: relevance | last modified time | path
    Searched refs:SkipDigits (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
LiteralSupport.h 159 /// SkipDigits - Read and skip over any digits, up to End.
161 const char *SkipDigits(const char *ptr) {
  /src/external/apache2/llvm/dist/clang/lib/Lex/
LiteralSupport.cpp 566 s = SkipDigits(s);
804 s = SkipDigits(s); // Skip suffix.
813 const char *first_non_digit = SkipDigits(s);
924 const char *first_non_digit = SkipDigits(s);
991 const char *EndDecimal = SkipDigits(s);

Completed in 23 milliseconds