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

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
LiteralSupport.h 150 /// SkipOctalDigits - Read and skip over any octal digits, up to End.
152 const char *SkipOctalDigits(const char *ptr) {
  /src/external/apache2/llvm/dist/clang/lib/Lex/
LiteralSupport.cpp 984 s = SkipOctalDigits(s);

Completed in 17 milliseconds