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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp110 bool TextComment::isWhitespaceNoCache() const { function in class:clang::comments::TextComment
119 bool ParagraphComment::isWhitespaceNoCache() const { function in class:clang::comments::ParagraphComment
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h289 TextCommentBits.IsWhitespace = isWhitespaceNoCache();
295 bool isWhitespaceNoCache() const;
586 ParagraphCommentBits.IsWhitespace = isWhitespaceNoCache();
592 bool isWhitespaceNoCache() const;

Completed in 60 milliseconds