Searched refs:HTMLTagComment (Results 1 – 4 of 4) sorted by relevance
12 def HTMLTagComment : CommentNode<InlineContentComment, 1>;13 def HTMLStartTagComment : CommentNode<HTMLTagComment>;14 def HTMLEndTagComment : CommentNode<HTMLTagComment>;
20 class HTMLTagComment; variable33 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
105 friend class HTMLTagComment; variable373 class HTMLTagComment : public InlineContentComment {378 HTMLTagComment(CommentKind K, in HTMLTagComment() function415 class HTMLStartTagComment : public HTMLTagComment {458 HTMLTagComment(HTMLStartTagCommentKind, in HTMLStartTagComment()509 class HTMLEndTagComment : public HTMLTagComment {514 HTMLTagComment(HTMLEndTagCommentKind, in HTMLEndTagComment()
1136 const comments::HTMLTagComment *HTC, SmallVectorImpl<char> &Text, in convertHTMLTagNodeToText()