Searched refs:TextCommentBits (Results 1 – 1 of 1) sorted by relevance
168 TextCommentBitfields TextCommentBits; member275 TextCommentBits.IsWhitespaceValid = false; in TextComment()289 if (TextCommentBits.IsWhitespaceValid) in isWhitespace()290 return TextCommentBits.IsWhitespace; in isWhitespace()292 TextCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace()293 TextCommentBits.IsWhitespaceValid = true; in isWhitespace()294 return TextCommentBits.IsWhitespace; in isWhitespace()