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

  /external/clang/include/clang/Lex/
LiteralSupport.h 99 /// SkipHexDigits - Read and skip over any hex digits, up to End.
101 const char *SkipHexDigits(const char *ptr) {
  /external/clang/lib/Lex/
LiteralSupport.cpp 576 s = SkipHexDigits(s);
584 s = SkipHexDigits(s);
    [all...]

Completed in 107 milliseconds