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