ΒΆinline bool isPunctuation(unsigned char c)
inline bool isPunctuation(unsigned char c)
Description
Return true if this character is an ASCII punctuation character. Note that '_' is both a punctuation character and an identifier character!
Declared at: clang/include/clang/Basic/CharInfo.h:137
Parameters
- unsigned char c