Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLiteralSupport.h144 const char *SkipHexDigits(const char *ptr) { in SkipHexDigits() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp892 s = SkipHexDigits(s); in ParseNumberStartingWithZero()
900 s = SkipHexDigits(s); in ParseNumberStartingWithZero()