Searched refs:IsWhitespace (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
H A DComment.h85 /// True if \c IsWhitespace field contains a valid value.
89 mutable unsigned IsWhitespace : 1;
130 /// True if \c IsWhitespace field contains a valid value.
134 mutable unsigned IsWhitespace : 1;
291 return TextCommentBits.IsWhitespace;
293 TextCommentBits.IsWhitespace = isWhitespaceNoCache();
295 return TextCommentBits.IsWhitespace;
562 ParagraphCommentBits.IsWhitespace = true;
588 return ParagraphCommentBits.IsWhitespace;
590 ParagraphCommentBits.IsWhitespace
[all...]
/external/mesa3d/src/mesa/program/
H A Dnvvertparse.c136 static GLboolean IsWhitespace(GLubyte b) function
156 while (str[i] && (IsWhitespace(str[i]) || str[i] == '#')) {
254 while (IsWhitespace(*parseState->pos) || *parseState->pos == '#') {
H A Dnvfragparse.c281 static GLboolean IsWhitespace(GLubyte b) function
301 while (str[i] && (IsWhitespace(str[i]) || str[i] == '#')) {
408 while (IsWhitespace(*parseState->pos) || *parseState->pos == '#') {
/external/lldb/include/lldb/DataFormatters/
H A DFormatNavigator.h59 IsWhitespace (char c) function in namespace:lldb_private
97 while (IsWhitespace(*type_cstr) && ++type_cstr)

Completed in 229 milliseconds