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

  /external/clang/include/clang/Lex/
LiteralSupport.h 124 /// SkipOctalDigits - Read and skip over any octal digits, up to End.
126 const char *SkipOctalDigits(const char *ptr) {
  /external/clang/lib/Lex/
LiteralSupport.cpp 836 s = SkipOctalDigits(s);
    [all...]

Completed in 111 milliseconds