Home
last modified time | relevance | path

Searched refs:isPunct (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h149 inline bool isPunct(char C) { function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DSequenceToOffsetTable.h29 if (isAlnum(UC) || isPunct(UC)) { in printChar()