Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLiteralSupport.h90 const char *SkipHexDigits(const char *ptr) { in SkipHexDigits() function
/external/clang/lib/Lex/
DLiteralSupport.cpp521 s = SkipHexDigits(s); in ParseNumberStartingWithZero()
527 s = SkipHexDigits(s); in ParseNumberStartingWithZero()