Home
last modified time | relevance | path

Searched defs:isWhitespace (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/lib/AST/
H A DCommentBriefParser.cpp42 bool isWhitespace(StringRef Text) { in isWhitespace() function
H A DCommentLexer.cpp199 bool isWhitespace(const char *BufferPtr, const char *BufferEnd) { in isWhitespace() function
H A DCommentParser.cpp19 static inline bool isWhitespace(llvm::StringRef S) { in isWhitespace() function
/llvm-project/clang/unittests/Basic/
H A DCharInfoTest.cpp137 TEST(CharInfoTest, isWhitespace) { in TEST() argument
/llvm-project/clang/include/clang/Basic/
H A DCharInfo.h108 LLVM_READONLY inline bool isWhitespace(unsigned char c) { in isWhitespace() function
/llvm-project/mlir/tools/mlir-tblgen/
H A DFormatGen.cpp382 auto isWhitespace = [](FormatElement *element) { parseOptionalGroup() local
/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp795 static bool isWhitespace(char C) { isWhitespace() function