Searched refs:TextCommentBits (Results 1 – 1 of 1) sorted by relevance
131 TextCommentBitfields TextCommentBits; member241 TextCommentBits.IsWhitespaceValid = false; in TextComment()257 if (TextCommentBits.IsWhitespaceValid) in isWhitespace()258 return TextCommentBits.IsWhitespace; in isWhitespace()260 TextCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace()261 TextCommentBits.IsWhitespaceValid = true; in isWhitespace()262 return TextCommentBits.IsWhitespace; in isWhitespace()