Home
last modified time | relevance | path

Searched refs:SkipHexDigits (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
DLiteralSupport.h128 const char *SkipHexDigits(const char *ptr) { in SkipHexDigits() function
/external/clang/lib/Lex/
DLiteralSupport.cpp792 s = SkipHexDigits(s); in ParseNumberStartingWithZero()
800 s = SkipHexDigits(s); in ParseNumberStartingWithZero()