Home | History | Annotate | Download | only in libclang

Lines Matching refs:ParagraphComment

109   if (const ParagraphComment *PC = dyn_cast<ParagraphComment>(C))
414 const ParagraphComment *FirstParagraph;
434 const ParagraphComment *PC = cast<ParagraphComment>(Child);
557 void visitParagraphComment(const ParagraphComment *C);
571 void visitNonStandaloneParagraphComment(const ParagraphComment *C);
639 const ParagraphComment *C) {
796 const ParagraphComment *C) {
883 void visitParagraphComment(const ParagraphComment *C);
885 void appendParagraphCommentWithKind(const ParagraphComment *C,
1011 void CommentASTToXMLConverter::visitParagraphComment(const ParagraphComment *C) {
1016 const ParagraphComment *C,