Searched refs:HTMLTagComment (Results 1 – 3 of 3) sorted by relevance
12 def HTMLTagComment : CommentNode<InlineContentComment, 1>;13 def HTMLStartTagComment : CommentNode<HTMLTagComment>;14 def HTMLEndTagComment : CommentNode<HTMLTagComment>;
19 class HTMLTagComment; variable32 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
1156 const comments::HTMLTagComment *HTC, SmallVectorImpl<char> &Text, in convertHTMLTagNodeToText()