Searched refs:IsWhitespace (Results 1 – 4 of 4) sorted by relevance
23 // CHECK-NEXT: (CXComment_Paragraph IsWhitespace24 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))45 // CHECK-NEXT: (CXComment_Paragraph IsWhitespace46 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))50 // CHECK-NEXT: (CXComment_Paragraph IsWhitespace51 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))68 // CHECK-NEXT: (CXComment_Paragraph IsWhitespace69 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))73 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)))89 // CHECK-NEXT: (CXComment_Paragraph IsWhitespace[all …]
36 // CHECK-NEXT: (CXComment_Paragraph IsWhitespace40 // CHECK-NEXT: (CXComment_Paragraph IsWhitespace41 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))45 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)))64 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)69 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)
89 mutable unsigned IsWhitespace : 1; variable134 mutable unsigned IsWhitespace : 1; variable291 return TextCommentBits.IsWhitespace; in isWhitespace()293 TextCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace()295 return TextCommentBits.IsWhitespace; in isWhitespace()562 ParagraphCommentBits.IsWhitespace = true; in ParagraphComment()588 return ParagraphCommentBits.IsWhitespace; in isWhitespace()590 ParagraphCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace()592 return ParagraphCommentBits.IsWhitespace; in isWhitespace()
503 bool IsWhitespace(char c) { in IsWhitespace() function3065 while (IsWhitespace(pData[u])) in UnitType()3074 if (IsWhitespace(typeChar)) { in UnitType()3163 while (IsWhitespace(pData[u])) in UnitValue()3176 while (IsWhitespace(pData[u])) in UnitValue()3197 while (IsWhitespace(pChar[uVal])) in UnitValue()3206 while (IsWhitespace(pChar[uVal])) in UnitValue()