Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DComment.h172 ParagraphCommentBitfields ParagraphCommentBits; member
562 ParagraphCommentBits.IsWhitespace = true; in ParagraphComment()
563 ParagraphCommentBits.IsWhitespaceValid = true; in ParagraphComment()
567 ParagraphCommentBits.IsWhitespaceValid = false; in ParagraphComment()
587 if (ParagraphCommentBits.IsWhitespaceValid) in isWhitespace()
588 return ParagraphCommentBits.IsWhitespace; in isWhitespace()
590 ParagraphCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace()
591 ParagraphCommentBits.IsWhitespaceValid = true; in isWhitespace()
592 return ParagraphCommentBits.IsWhitespace; in isWhitespace()