Searched refs:ParagraphComment (Results 1 – 9 of 9) sorted by relevance
164 ParagraphComment *&Paragraph) { in HasBlockCommandAt()189 ParagraphComment *&Paragraph) { in HasParamCommandAt()235 ParagraphComment *&Paragraph) { in HasTParamCommandAt()437 ParagraphComment *PC; in HasParagraphCommentAt()621 ParagraphComment *PC; in TEST_F()664 ParagraphComment *PC; in TEST_F()681 ParagraphComment *PC; in TEST_F()688 ParagraphComment *PC; in TEST_F()708 ParagraphComment *PC; in TEST_F()718 ParagraphComment *PC; in TEST_F()[all …]
87 ParagraphComment *actOnParagraphComment(98 ParagraphComment *Paragraph);115 ParagraphComment *Paragraph);127 ParagraphComment *Paragraph);
94 friend class ParagraphComment; variable521 class ParagraphComment : public BlockContentComment {525 ParagraphComment(llvm::ArrayRef<InlineContentComment *> Content) : in ParagraphComment() function547 static bool classof(const ParagraphComment *) { return true; } in classof() argument588 ParagraphComment *Paragraph;664 ParagraphComment *getParagraph() const LLVM_READONLY { in getParagraph()672 void setParagraph(ParagraphComment *PC) { in setParagraph()
108 if (const ParagraphComment *PC = dyn_cast<ParagraphComment>(C)) in clang_Comment_isWhitespace()412 const ParagraphComment *FirstParagraph;432 const ParagraphComment *PC = cast<ParagraphComment>(Child); in FullCommentParts()550 void visitParagraphComment(const ParagraphComment *C);564 void visitNonStandaloneParagraphComment(const ParagraphComment *C);631 const ParagraphComment *C) { in visitParagraphComment()783 const ParagraphComment *C) { in visitNonStandaloneParagraphComment()865 void visitParagraphComment(const ParagraphComment *C);939 void CommentASTToXMLConverter::visitParagraphComment(const ParagraphComment *C) { in visitParagraphComment()
40 ParagraphComment *Sema::actOnParagraphComment( in actOnParagraphComment()42 return new (Allocator) ParagraphComment(Content); in actOnParagraphComment()57 ParagraphComment *Paragraph) { in actOnBlockCommandFinish()152 ParagraphComment *Paragraph) { in actOnParamCommandFinish()235 ParagraphComment *Paragraph) { in actOnTParamCommandFinish()412 ParagraphComment *Paragraph = Command->getParagraph(); in checkBlockCommandEmptyParagraph()
53 void visitParagraphComment(const ParagraphComment *C);163 void CommentDumper::visitParagraphComment(const ParagraphComment *C) { in visitParagraphComment()
337 ParagraphComment *Paragraph = S.actOnParagraphComment( in parseBlockCommand()369 ParagraphComment *Paragraph = cast<ParagraphComment>(Block); in parseBlockCommand()
119 bool ParagraphComment::isWhitespaceNoCache() const { in isWhitespaceNoCache()
17 def ParagraphComment : DComment<BlockContentComment>;