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 126 /// SkipHexDigits - Read and skip over any hex digits, up to End.
128 const char *SkipHexDigits(const char *ptr) {
  /external/clang/lib/Lex/
LiteralSupport.cpp 792 s = SkipHexDigits(s);
800 s = SkipHexDigits(s);
    [all...]

Completed in 151 milliseconds