Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/
DCommentBriefParser.cpp42 bool isWhitespace(StringRef Text) { in isWhitespace() function
DCommentParser.cpp19 static inline bool isWhitespace(llvm::StringRef S) { in isWhitespace() function
DCommentLexer.cpp199 bool isWhitespace(const char *BufferPtr, const char *BufferEnd) { in isWhitespace() function
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DCharInfo.h93 LLVM_READONLY inline bool isWhitespace(unsigned char c) { in isWhitespace() function
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DComment.h288 bool isWhitespace() const { in isWhitespace() function
572 bool isWhitespace() const { in isWhitespace() function
/openbsd/src/gnu/llvm/llvm/lib/Support/
DCommandLine.cpp814 static bool isWhitespace(char C) { in isWhitespace() function