Searched defs:isHexDigit (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DCharInfo.h123 LLVM_READONLY inline bool isHexDigit(unsigned char c) { function in namespace:clang
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DEncoding.h89 inline bool isHexDigit(char c) { function in namespace:clang::format::encoding
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h79 inline bool isHexDigit(char C) { return hexDigitValue(C) != -1U; } function in namespace:llvm

Completed in 144 milliseconds