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; variable546 class ParagraphComment : public BlockContentComment {550 ParagraphComment(ArrayRef<InlineContentComment *> Content) : in ParagraphComment() function611 ParagraphComment *Paragraph;689 ParagraphComment *getParagraph() const LLVM_READONLY { in getParagraph()697 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()
45 ParagraphComment *Sema::actOnParagraphComment( in actOnParagraphComment()47 return new (Allocator) ParagraphComment(Content); in actOnParagraphComment()68 ParagraphComment *Paragraph) { in actOnBlockCommandFinish()278 ParagraphComment *Paragraph) { in actOnParamCommandFinish()361 ParagraphComment *Paragraph) { in actOnTParamCommandFinish()569 ParagraphComment *Paragraph = Command->getParagraph(); in checkBlockCommandEmptyParagraph()
340 ParagraphComment *Paragraph = S.actOnParagraphComment(None); in parseBlockCommand()380 ParagraphComment *Paragraph; in parseBlockCommand()387 Paragraph = cast<ParagraphComment>(Block); in parseBlockCommand()
119 bool ParagraphComment::isWhitespaceNoCache() const { in isWhitespaceNoCache()
17 def ParagraphComment : CommentNode<BlockContentComment>;
113 if (const ParagraphComment *PC = dyn_cast<ParagraphComment>(C)) in clang_Comment_isWhitespace()