Searched refs:ParagraphCommentBits (Results 1 – 1 of 1) sorted by relevance
172 ParagraphCommentBitfields ParagraphCommentBits; member556 ParagraphCommentBits.IsWhitespace = true; in ParagraphComment()557 ParagraphCommentBits.IsWhitespaceValid = true; in ParagraphComment()561 ParagraphCommentBits.IsWhitespaceValid = false; in ParagraphComment()581 if (ParagraphCommentBits.IsWhitespaceValid) in isWhitespace()582 return ParagraphCommentBits.IsWhitespace; in isWhitespace()584 ParagraphCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace()585 ParagraphCommentBits.IsWhitespaceValid = true; in isWhitespace()586 return ParagraphCommentBits.IsWhitespace; in isWhitespace()