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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h88 inline bool isAlnum(char C) { return isAlpha(C) || isDigit(C); } function in namespace:llvm

Completed in 120 milliseconds