Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLiteralSupport.h118 const char *SkipHexDigits(const char *ptr) { in SkipHexDigits() function
/external/clang/lib/Lex/
DLiteralSupport.cpp754 s = SkipHexDigits(s); in ParseNumberStartingWithZero()
763 s = SkipHexDigits(s); in ParseNumberStartingWithZero()