Searched refs:IsWhitespace (Results 1 – 2 of 2) sorted by relevance
89 mutable unsigned IsWhitespace : 1; variable123 mutable unsigned IsWhitespace : 1; variable278 return TextCommentBits.IsWhitespace; in isWhitespace()280 TextCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace()282 return TextCommentBits.IsWhitespace; in isWhitespace()541 ParagraphCommentBits.IsWhitespace = true; in ParagraphComment()567 return ParagraphCommentBits.IsWhitespace; in isWhitespace()569 ParagraphCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace()571 return ParagraphCommentBits.IsWhitespace; in isWhitespace()
62 IsWhitespace (char c) in IsWhitespace() function100 while (IsWhitespace(*type_cstr) && ++type_cstr) in GetValidTypeName_Impl()