Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DLiteralSupport.h152 const char *SkipHexDigits(const char *ptr) { in SkipHexDigits() function
/llvm-project-15.0.7/clang/lib/Lex/
H A DLiteralSupport.cpp1224 s = SkipHexDigits(s); in ParseNumberStartingWithZero()
1232 s = SkipHexDigits(s); in ParseNumberStartingWithZero()