Searched defs:isWhitespace (Results 1 – 6 of 6) sorted by relevance
16 inline bool isWhitespace(char C) { in isWhitespace() function46 bool isWhitespace(StringRef Text) { in isWhitespace() function
19 static inline bool isWhitespace(llvm::StringRef S) { in isWhitespace() function
218 bool isWhitespace(const char *BufferPtr, const char *BufferEnd) { in isWhitespace() function
87 LLVM_READONLY inline bool isWhitespace(unsigned char c) { in isWhitespace() function
283 bool isWhitespace() const { in isWhitespace() function580 bool isWhitespace() const { in isWhitespace() function
813 static bool isWhitespace(char C) { in isWhitespace() function