Searched refs:TextCommentBits (Results 1 – 1 of 1) sorted by relevance
166 TextCommentBitfields TextCommentBits; member274 TextCommentBits.IsWhitespaceValid = false; in TextComment()288 if (TextCommentBits.IsWhitespaceValid) in isWhitespace()289 return TextCommentBits.IsWhitespace; in isWhitespace()291 TextCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace()292 TextCommentBits.IsWhitespaceValid = true; in isWhitespace()293 return TextCommentBits.IsWhitespace; in isWhitespace()