HomeSort by relevance Sort by last modified time
    Searched refs:IsWhitespace (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/AST/
Comment.h 85 /// 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;
289 bool isWhitespace() const {
291 return TextCommentBits.IsWhitespace;
293 TextCommentBits.IsWhitespace = isWhitespaceNoCache();
295 return TextCommentBits.IsWhitespace;
562 ParagraphCommentBits.IsWhitespace = true;
586 bool isWhitespace() const
    [all...]
  /external/mesa3d/src/mesa/program/
nvvertparse.c 136 static GLboolean IsWhitespace(GLubyte b)
156 while (str[i] && (IsWhitespace(str[i]) || str[i] == '#')) {
254 while (IsWhitespace(*parseState->pos) || *parseState->pos == '#') {
    [all...]
nvfragparse.c 281 static GLboolean IsWhitespace(GLubyte b)
301 while (str[i] && (IsWhitespace(str[i]) || str[i] == '#')) {
408 while (IsWhitespace(*parseState->pos) || *parseState->pos == '#') {
    [all...]
  /external/lldb/include/lldb/DataFormatters/
FormatNavigator.h 59 IsWhitespace (char c)
97 while (IsWhitespace(*type_cstr) && ++type_cstr)

Completed in 332 milliseconds