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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DComment.cpp97 bool TextComment::isWhitespaceNoCache() const { function in class:clang::comments::TextComment
106 bool ParagraphComment::isWhitespaceNoCache() const { function in class:clang::comments::ParagraphComment
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DComment.h280 TextCommentBits.IsWhitespace = isWhitespaceNoCache();
286 bool isWhitespaceNoCache() const;
569 ParagraphCommentBits.IsWhitespace = isWhitespaceNoCache();
575 bool isWhitespaceNoCache() const;

Completed in 33 milliseconds