Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDComment.h172 ParagraphCommentBitfields ParagraphCommentBits; member
558 ParagraphCommentBits.IsWhitespace = true; in ParagraphComment()
559 ParagraphCommentBits.IsWhitespaceValid = true; in ParagraphComment()
563 ParagraphCommentBits.IsWhitespaceValid = false; in ParagraphComment()
583 if (ParagraphCommentBits.IsWhitespaceValid) in isWhitespace()
584 return ParagraphCommentBits.IsWhitespace; in isWhitespace()
586 ParagraphCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace()
587 ParagraphCommentBits.IsWhitespaceValid = true; in isWhitespace()
588 return ParagraphCommentBits.IsWhitespace; in isWhitespace()