Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h88 mutable unsigned IsWhitespace : 1; variable
134 mutable unsigned IsWhitespace : 1; variable
285 return TextCommentBits.IsWhitespace; in isWhitespace()
287 TextCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace()
289 return TextCommentBits.IsWhitespace; in isWhitespace()
556 ParagraphCommentBits.IsWhitespace = true; in ParagraphComment()
582 return ParagraphCommentBits.IsWhitespace; in isWhitespace()
584 ParagraphCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace()
586 return ParagraphCommentBits.IsWhitespace; in isWhitespace()