Searched refs:HTMLTagComment (Results 1 – 5 of 5) sorted by relevance
12 def HTMLTagComment : DComment<InlineContentComment, 1>;13 def HTMLStartTagComment : DComment<HTMLTagComment>;14 def HTMLEndTagComment : DComment<HTMLTagComment>;
21 class HTMLTagComment; variable39 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
105 friend class HTMLTagComment; variable377 class HTMLTagComment : public InlineContentComment {382 HTMLTagComment(CommentKind K, in HTMLTagComment() function419 class HTMLStartTagComment : public HTMLTagComment {462 HTMLTagComment(HTMLStartTagCommentKind, in HTMLStartTagComment()513 class HTMLEndTagComment : public HTMLTagComment {518 HTMLTagComment(HTMLEndTagCommentKind, in HTMLEndTagComment()
188 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC); in clang_HTMLTagComment_getTagName()366 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC); in clang_HTMLTagComment_getAsString()
1141 const comments::HTMLTagComment *HTC, SmallVectorImpl<char> &Text, in convertHTMLTagNodeToText()