Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComment.h172 ParagraphCommentBitfields ParagraphCommentBits; member
548 ParagraphCommentBits.IsWhitespace = true; in ParagraphComment()
549 ParagraphCommentBits.IsWhitespaceValid = true; in ParagraphComment()
553 ParagraphCommentBits.IsWhitespaceValid = false; in ParagraphComment()
573 if (ParagraphCommentBits.IsWhitespaceValid) in isWhitespace()
574 return ParagraphCommentBits.IsWhitespace; in isWhitespace()
576 ParagraphCommentBits.IsWhitespace = isWhitespaceNoCache(); in isWhitespace()
577 ParagraphCommentBits.IsWhitespaceValid = true; in isWhitespace()
578 return ParagraphCommentBits.IsWhitespace; in isWhitespace()