Searched refs:ParagraphCommentBits (Results 1 – 1 of 1) sorted by relevance
172 ParagraphCommentBitfields ParagraphCommentBits; member562 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()