Searched refs:ParagraphCommentBits (Results 1 – 1 of 1) sorted by relevance
172 ParagraphCommentBitfields ParagraphCommentBits; member548 ParagraphCommentBits.IsWhitespace = true; in ParagraphComment()549 ParagraphCommentBits.IsWhitespaceValid = true; in ParagraphComment()553 ParagraphCommentBits.IsWhitespaceValid = false; in ParagraphComment()573 if (ParagraphCommentBits.IsWhitespaceValid) in isWhitespace()574 return ParagraphCommentBits.IsWhitespace; in isWhitespace()576 ParagraphCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace()577 ParagraphCommentBits.IsWhitespaceValid = true; in isWhitespace()578 return ParagraphCommentBits.IsWhitespace; in isWhitespace()