Searched refs:TextCommentBits (Results 1 – 1 of 1) sorted by relevance
168 TextCommentBitfields TextCommentBits; member272 TextCommentBits.IsWhitespaceValid = false; in TextComment()286 if (TextCommentBits.IsWhitespaceValid) in isWhitespace()287 return TextCommentBits.IsWhitespace; in isWhitespace()289 TextCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace()290 TextCommentBits.IsWhitespaceValid = true; in isWhitespace()291 return TextCommentBits.IsWhitespace; in isWhitespace()