Searched refs:HTMLTagComment (Results 1 – 3 of 3) sorted by relevance
12 def HTMLTagComment : DComment<InlineContentComment, 1>;13 def HTMLStartTagComment : DComment<HTMLTagComment>;14 def HTMLEndTagComment : DComment<HTMLTagComment>;
365 class HTMLTagComment : public InlineContentComment {370 HTMLTagComment(CommentKind K, in HTMLTagComment() function398 class HTMLStartTagComment : public HTMLTagComment {441 HTMLTagComment(HTMLStartTagCommentKind, in HTMLStartTagComment()492 class HTMLEndTagComment : public HTMLTagComment {497 HTMLTagComment(HTMLEndTagCommentKind, in HTMLEndTagComment()
180 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC); in clang_HTMLTagComment_getTagName()838 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC); in clang_HTMLTagComment_getAsString()