Searched refs:HTMLTagComment (Results 1 – 5 of 5) 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,
105 friend class HTMLTagComment; variable369 class HTMLTagComment : public InlineContentComment {374 HTMLTagComment(CommentKind K, in HTMLTagComment() function411 class HTMLStartTagComment : public HTMLTagComment {448 HTMLTagComment(HTMLStartTagCommentKind, in HTMLStartTagComment()499 class HTMLEndTagComment : public HTMLTagComment {504 HTMLTagComment(HTMLEndTagCommentKind, in HTMLEndTagComment()
187 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC); in clang_HTMLTagComment_getTagName()365 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC); in clang_HTMLTagComment_getAsString()
1138 const comments::HTMLTagComment *HTC, SmallVectorImpl<char> &Text, in convertHTMLTagNodeToText()