ΒΆinline bool isUppercase(unsigned char c)
inline bool isUppercase(unsigned char c)
Description
Return true if this character is an uppercase ASCII letter: [A-Z]
Declared at: clang/include/clang/Basic/CharInfo.h:111
Parameters
- unsigned char c