Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDComment.h89 mutable unsigned IsWhitespace : 1; variable
123 mutable unsigned IsWhitespace : 1; variable
278 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()
/trueos/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
HDFormattersContainer.h62 IsWhitespace (char c) in IsWhitespace() function
100 while (IsWhitespace(*type_cstr) && ++type_cstr) in GetValidTypeName_Impl()