Searched refs:ParagraphComment (Results 1 – 7 of 7) sorted by relevance
87 ParagraphComment *actOnParagraphComment(99 ParagraphComment *Paragraph);117 ParagraphComment *Paragraph);130 ParagraphComment *Paragraph);
126 friend class ParagraphComment; variable547 class ParagraphComment : public BlockContentComment {551 ParagraphComment(ArrayRef<InlineContentComment *> Content) : in ParagraphComment() function612 ParagraphComment *Paragraph;690 ParagraphComment *getParagraph() const LLVM_READONLY { in getParagraph()698 void setParagraph(ParagraphComment *PC) { in setParagraph()
88 const ParagraphComment *FirstParagraph;109 const ParagraphComment *PC = cast<ParagraphComment>(Child); in FullCommentParts()236 void visitParagraphComment(const ParagraphComment *C);250 void visitNonStandaloneParagraphComment(const ParagraphComment *C);318 const ParagraphComment *C) { in visitParagraphComment()486 const ParagraphComment *C) { in visitNonStandaloneParagraphComment()543 void visitParagraphComment(const ParagraphComment *C);545 void appendParagraphCommentWithKind(const ParagraphComment *C,677 CommentASTToXMLConverter::visitParagraphComment(const ParagraphComment *C) { in visitParagraphComment()682 const ParagraphComment *C, in appendParagraphCommentWithKind()
45 ParagraphComment *Sema::actOnParagraphComment( in actOnParagraphComment()47 return new (Allocator) ParagraphComment(Content); in actOnParagraphComment()68 ParagraphComment *Paragraph) { in actOnBlockCommandFinish()276 ParagraphComment *Paragraph) { in actOnParamCommandFinish()359 ParagraphComment *Paragraph) { in actOnTParamCommandFinish()567 ParagraphComment *Paragraph = Command->getParagraph(); in checkBlockCommandEmptyParagraph()
341 ParagraphComment *Paragraph = S.actOnParagraphComment(None); in parseBlockCommand()381 ParagraphComment *Paragraph; in parseBlockCommand()388 Paragraph = cast<ParagraphComment>(Block); in parseBlockCommand()
105 bool ParagraphComment::isWhitespaceNoCache() const { in isWhitespaceNoCache()
17 def ParagraphComment : DComment<BlockContentComment>;