Searched refs:ParagraphCommentBits (Results 1 – 1 of 1) sorted by relevance
172 ParagraphCommentBitfields ParagraphCommentBits; member557 ParagraphCommentBits.IsWhitespace = true; in ParagraphComment()558 ParagraphCommentBits.IsWhitespaceValid = true; in ParagraphComment()562 ParagraphCommentBits.IsWhitespaceValid = false; in ParagraphComment()582 if (ParagraphCommentBits.IsWhitespaceValid) in isWhitespace()583 return ParagraphCommentBits.IsWhitespace; in isWhitespace()585 ParagraphCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace()586 ParagraphCommentBits.IsWhitespaceValid = true; in isWhitespace()587 return ParagraphCommentBits.IsWhitespace; in isWhitespace()