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

/external/clang/include/clang/AST/
H A DComment.h172 ParagraphCommentBitfields ParagraphCommentBits; member in union:clang::comments::Comment::__anon1163
562 ParagraphCommentBits.IsWhitespace = true;
563 ParagraphCommentBits.IsWhitespaceValid = true;
567 ParagraphCommentBits.IsWhitespaceValid = false;
587 if (ParagraphCommentBits.IsWhitespaceValid)
588 return ParagraphCommentBits.IsWhitespace;
590 ParagraphCommentBits.IsWhitespace = isWhitespaceNoCache();
591 ParagraphCommentBits.IsWhitespaceValid = true;
592 return ParagraphCommentBits.IsWhitespace;

Completed in 129 milliseconds