Searched refs:isPunctuation (Results 1 – 2 of 2) sorted by relevance
132 LLVM_READONLY static inline bool isPunctuation(unsigned char c) { in isPunctuation() function
460 if (!isDigit(*I) && !isPunctuation(*I)) { in ScanFormat()685 } else if (isPunctuation(DiagStr[1])) { in FormatDiagnostic()