Searched refs:ParagraphCommentBits (Results 1 – 1 of 1) sorted by relevance
134 ParagraphCommentBitfields ParagraphCommentBits; member531 ParagraphCommentBits.IsWhitespace = true; in ParagraphComment()532 ParagraphCommentBits.IsWhitespaceValid = true; in ParagraphComment()536 ParagraphCommentBits.IsWhitespaceValid = false; in ParagraphComment()558 if (ParagraphCommentBits.IsWhitespaceValid) in isWhitespace()559 return ParagraphCommentBits.IsWhitespace; in isWhitespace()561 ParagraphCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace()562 ParagraphCommentBits.IsWhitespaceValid = true; in isWhitespace()563 return ParagraphCommentBits.IsWhitespace; in isWhitespace()