Searched refs:TextCommentBits (Results 1 – 1 of 1) sorted by relevance
168 TextCommentBitfields TextCommentBits; member270 TextCommentBits.IsWhitespaceValid = false; in TextComment()284 if (TextCommentBits.IsWhitespaceValid) in isWhitespace()285 return TextCommentBits.IsWhitespace; in isWhitespace()287 TextCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace()288 TextCommentBits.IsWhitespaceValid = true; in isWhitespace()289 return TextCommentBits.IsWhitespace; in isWhitespace()