Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DComment.h293 TextCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace()
299 bool isWhitespaceNoCache() const;
590 ParagraphCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace()
596 bool isWhitespaceNoCache() const;
/external/clang/lib/AST/
DComment.cpp97 bool TextComment::isWhitespaceNoCache() const { in isWhitespaceNoCache() function in clang::comments::TextComment
106 bool ParagraphComment::isWhitespaceNoCache() const { in isWhitespaceNoCache() function in clang::comments::ParagraphComment