Searched refs:ParagraphComment (Results 1 – 9 of 9) sorted by relevance
165 ParagraphComment *&Paragraph) { in HasBlockCommandAt()190 ParagraphComment *&Paragraph) { in HasParamCommandAt()236 ParagraphComment *&Paragraph) { in HasTParamCommandAt()438 ParagraphComment *PC; in HasParagraphCommentAt()622 ParagraphComment *PC; in TEST_F()690 ParagraphComment *PC; in TEST_F()707 ParagraphComment *PC; in TEST_F()714 ParagraphComment *PC; in TEST_F()734 ParagraphComment *PC; in TEST_F()744 ParagraphComment *PC; in TEST_F()[all …]
87 ParagraphComment *actOnParagraphComment(99 ParagraphComment *Paragraph);117 ParagraphComment *Paragraph);130 ParagraphComment *Paragraph);
126 friend class ParagraphComment; variable552 class ParagraphComment : public BlockContentComment {556 ParagraphComment(ArrayRef<InlineContentComment *> Content) : in ParagraphComment() function617 ParagraphComment *Paragraph;695 ParagraphComment *getParagraph() const LLVM_READONLY { in getParagraph()703 void setParagraph(ParagraphComment *PC) { in setParagraph()
89 const ParagraphComment *FirstParagraph;110 const ParagraphComment *PC = cast<ParagraphComment>(Child); in FullCommentParts()237 void visitParagraphComment(const ParagraphComment *C);251 void visitNonStandaloneParagraphComment(const ParagraphComment *C);319 const ParagraphComment *C) { in visitParagraphComment()487 const ParagraphComment *C) { in visitNonStandaloneParagraphComment()548 void visitParagraphComment(const ParagraphComment *C);550 void appendParagraphCommentWithKind(const ParagraphComment *C,688 CommentASTToXMLConverter::visitParagraphComment(const ParagraphComment *C) { in visitParagraphComment()693 const ParagraphComment *C, in appendParagraphCommentWithKind()
17 def ParagraphComment : DComment<BlockContentComment>;
45 ParagraphComment *Sema::actOnParagraphComment( in actOnParagraphComment()47 return new (Allocator) ParagraphComment(Content); in actOnParagraphComment()68 ParagraphComment *Paragraph) { in actOnBlockCommandFinish()276 ParagraphComment *Paragraph) { in actOnParamCommandFinish()361 ParagraphComment *Paragraph) { in actOnTParamCommandFinish()569 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()
106 bool ParagraphComment::isWhitespaceNoCache() const { in isWhitespaceNoCache()
117 if (const ParagraphComment *PC = dyn_cast<ParagraphComment>(C)) in clang_Comment_isWhitespace()