Searched refs:ParagraphComment (Results 1 – 8 of 8) sorted by relevance
86 ParagraphComment *actOnParagraphComment(98 ParagraphComment *Paragraph);116 ParagraphComment *Paragraph);129 ParagraphComment *Paragraph);
126 friend class ParagraphComment; variable538 class ParagraphComment : public BlockContentComment {542 ParagraphComment(ArrayRef<InlineContentComment *> Content) : in ParagraphComment() function594 ParagraphComment *Paragraph;672 ParagraphComment *getParagraph() const LLVM_READONLY { in getParagraph()680 void setParagraph(ParagraphComment *PC) { in setParagraph()
89 const ParagraphComment *FirstParagraph;110 const ParagraphComment *PC = cast<ParagraphComment>(Child); in FullCommentParts()234 void visitParagraphComment(const ParagraphComment *C);248 void visitNonStandaloneParagraphComment(const ParagraphComment *C);320 const ParagraphComment *C) { in visitParagraphComment()488 const ParagraphComment *C) { in visitNonStandaloneParagraphComment()545 void visitParagraphComment(const ParagraphComment *C);547 void appendParagraphCommentWithKind(const ParagraphComment *C,683 CommentASTToXMLConverter::visitParagraphComment(const ParagraphComment *C) { in visitParagraphComment()688 const ParagraphComment *C, in appendParagraphCommentWithKind()
17 def ParagraphComment : CommentNode<BlockContentComment>;
45 ParagraphComment *Sema::actOnParagraphComment( in actOnParagraphComment()47 return new (Allocator) ParagraphComment(Content); in actOnParagraphComment()68 ParagraphComment *Paragraph) { in actOnBlockCommandFinish()274 ParagraphComment *Paragraph) { in actOnParamCommandFinish()355 ParagraphComment *Paragraph) { in actOnTParamCommandFinish()541 ParagraphComment *Paragraph = Command->getParagraph(); in checkBlockCommandEmptyParagraph()
337 ParagraphComment *Paragraph = S.actOnParagraphComment(std::nullopt); in parseBlockCommand()377 ParagraphComment *Paragraph; in parseBlockCommand()384 Paragraph = cast<ParagraphComment>(Block); in parseBlockCommand()
114 bool ParagraphComment::isWhitespaceNoCache() const { in isWhitespaceNoCache()
113 if (const ParagraphComment *PC = dyn_cast<ParagraphComment>(C)) in clang_Comment_isWhitespace()