Searched refs:ParagraphCommentBits (Results 1 – 1 of 1) sorted by relevance
172 ParagraphCommentBitfields ParagraphCommentBits; member558 ParagraphCommentBits.IsWhitespace = true; in ParagraphComment()559 ParagraphCommentBits.IsWhitespaceValid = true; in ParagraphComment()563 ParagraphCommentBits.IsWhitespaceValid = false; in ParagraphComment()583 if (ParagraphCommentBits.IsWhitespaceValid) in isWhitespace()584 return ParagraphCommentBits.IsWhitespace; in isWhitespace()586 ParagraphCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace()587 ParagraphCommentBits.IsWhitespaceValid = true; in isWhitespace()588 return ParagraphCommentBits.IsWhitespace; in isWhitespace()