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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DCommentBriefParser.cpp18 inline bool isWhitespace(char C) { function in namespace:clang::comments::__anon3635
48 bool isWhitespace(StringRef Text) { function in namespace:clang::comments::__anon3635
H A DCommentLexer.cpp210 bool isWhitespace(const char *BufferPtr, const char *BufferEnd) { function in namespace:clang::comments::__anon3637
H A DCommentParser.cpp20 static inline bool isWhitespace(llvm::StringRef S) { function in namespace:clang
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DCharInfo.h88 LLVM_READONLY static inline bool isWhitespace(unsigned char c) { function in namespace:clang
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DCommandLine.cpp514 static bool isWhitespace(char C) { return strchr(" \t\n\r\f\v", C); } function
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DComment.h289 bool isWhitespace() const { function in class:clang::comments::TextComment
586 bool isWhitespace() const { function in class:clang::comments::ParagraphComment

Completed in 133 milliseconds