Home
last modified time | relevance | path

Searched refs:IsWhitespace (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/Index/
Dheaderfile-comment-to-html.m23 // CHECK-NEXT: (CXComment_Paragraph IsWhitespace
24 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))
45 // CHECK-NEXT: (CXComment_Paragraph IsWhitespace
46 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))
50 // CHECK-NEXT: (CXComment_Paragraph IsWhitespace
51 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))
68 // CHECK-NEXT: (CXComment_Paragraph IsWhitespace
69 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))
73 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)))
89 // CHECK-NEXT: (CXComment_Paragraph IsWhitespace
[all …]
Dcomment-misc-tags.m36 // CHECK-NEXT: (CXComment_Paragraph IsWhitespace
40 // CHECK-NEXT: (CXComment_Paragraph IsWhitespace
41 // 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)
/external/clang/include/clang/AST/
DComment.h89 mutable unsigned IsWhitespace : 1; variable
134 mutable unsigned IsWhitespace : 1; variable
291 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()
/external/lldb/include/lldb/DataFormatters/
DFormatNavigator.h59 IsWhitespace (char c) in IsWhitespace() function
97 while (IsWhitespace(*type_cstr) && ++type_cstr) in GetValidTypeName_Impl()
/external/mesa3d/src/mesa/program/
Dnvvertparse.c136 static GLboolean IsWhitespace(GLubyte b) in IsWhitespace() function
156 while (str[i] && (IsWhitespace(str[i]) || str[i] == '#')) { in GetToken()
254 while (IsWhitespace(*parseState->pos) || *parseState->pos == '#') { in Parse_String()
Dnvfragparse.c281 static GLboolean IsWhitespace(GLubyte b) in IsWhitespace() function
301 while (str[i] && (IsWhitespace(str[i]) || str[i] == '#')) { in GetToken()
408 while (IsWhitespace(*parseState->pos) || *parseState->pos == '#') { in Parse_String()