Searched defs:isWhitespace (Results 1 – 7 of 7) sorted by relevance
42 bool isWhitespace(StringRef Text) { in isWhitespace() function
199 bool isWhitespace(const char *BufferPtr, const char *BufferEnd) { in isWhitespace() function
19 static inline bool isWhitespace(llvm::StringRef S) { in isWhitespace() function
137 TEST(CharInfoTest, isWhitespace) { in TEST() argument
108 LLVM_READONLY inline bool isWhitespace(unsigned char c) { in isWhitespace() function
382 auto isWhitespace = [](FormatElement *element) { parseOptionalGroup() local
795 static bool isWhitespace(char C) { isWhitespace() function