Searched refs:HTMLTagComment (Results 1 – 4 of 4) sorted by relevance
12 def HTMLTagComment : DComment<InlineContentComment, 1>;13 def HTMLStartTagComment : DComment<HTMLTagComment>;14 def HTMLEndTagComment : DComment<HTMLTagComment>;
21 class HTMLTagComment; variable34 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
105 friend class HTMLTagComment; variable372 class HTMLTagComment : public InlineContentComment {377 HTMLTagComment(CommentKind K, in HTMLTagComment() function414 class HTMLStartTagComment : public HTMLTagComment {457 HTMLTagComment(HTMLStartTagCommentKind, in HTMLStartTagComment()508 class HTMLEndTagComment : public HTMLTagComment {513 HTMLTagComment(HTMLEndTagCommentKind, in HTMLEndTagComment()
1132 const comments::HTMLTagComment *HTC, SmallVectorImpl<char> &Text, in convertHTMLTagNodeToText()