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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h137 /// SkipHexDigits - Read and skip over any hex digits, up to End.
139 const char *SkipHexDigits(const char *ptr) { function in class:clang::NumericLiteralParser
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp857 s = SkipHexDigits(s);
865 s = SkipHexDigits(s);

Completed in 142 milliseconds