Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DLiteralSupport.h144 const char *SkipHexDigits(const char *ptr) { in SkipHexDigits() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DLiteralSupport.cpp892 s = SkipHexDigits(s); in ParseNumberStartingWithZero()
900 s = SkipHexDigits(s); in ParseNumberStartingWithZero()