Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h172 ParagraphCommentBitfields ParagraphCommentBits; member
556 ParagraphCommentBits.IsWhitespace = true; in ParagraphComment()
557 ParagraphCommentBits.IsWhitespaceValid = true; in ParagraphComment()
561 ParagraphCommentBits.IsWhitespaceValid = false; in ParagraphComment()
581 if (ParagraphCommentBits.IsWhitespaceValid) in isWhitespace()
582 return ParagraphCommentBits.IsWhitespace; in isWhitespace()
584 ParagraphCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace()
585 ParagraphCommentBits.IsWhitespaceValid = true; in isWhitespace()
586 return ParagraphCommentBits.IsWhitespace; in isWhitespace()