Home
last modified time | relevance | path

Searched refs:isWhitespaceNoCache (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h287 TextCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace()
293 bool isWhitespaceNoCache() const;
584 ParagraphCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace()
590 bool isWhitespaceNoCache() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DComment.cpp110 bool TextComment::isWhitespaceNoCache() const { in isWhitespaceNoCache() function in clang::comments::TextComment
119 bool ParagraphComment::isWhitespaceNoCache() const { in isWhitespaceNoCache() function in clang::comments::ParagraphComment