Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DComment.h172 ParagraphCommentBitfields ParagraphCommentBits; member
557 ParagraphCommentBits.IsWhitespace = true; in ParagraphComment()
558 ParagraphCommentBits.IsWhitespaceValid = true; in ParagraphComment()
562 ParagraphCommentBits.IsWhitespaceValid = false; in ParagraphComment()
582 if (ParagraphCommentBits.IsWhitespaceValid) in isWhitespace()
583 return ParagraphCommentBits.IsWhitespace; in isWhitespace()
585 ParagraphCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace()
586 ParagraphCommentBits.IsWhitespaceValid = true; in isWhitespace()
587 return ParagraphCommentBits.IsWhitespace; in isWhitespace()