Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DLiteralSupport.h152 const char *SkipHexDigits(const char *ptr) { in SkipHexDigits() function
/openbsd/gnu/llvm/clang/lib/Lex/
H A DLiteralSupport.cpp1226 s = SkipHexDigits(s); in ParseNumberStartingWithZero()
1234 s = SkipHexDigits(s); in ParseNumberStartingWithZero()