Searched defs:ParagraphComment (Results 1 – 3 of 3) sorted by relevance
126 friend class ParagraphComment; variable550 ParagraphComment(ArrayRef<InlineContentComment *> Content) : in ParagraphComment() function
126 friend class ParagraphComment; variable556 ParagraphComment(ArrayRef<InlineContentComment *> Content) : in ParagraphComment() function
610 auto ParagraphComment = std::make_unique<TagNode>(HTMLTag::TAG_P); in genHTML() local