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>;
347 class HTMLTagComment : public InlineContentComment {352 HTMLTagComment(CommentKind K, in HTMLTagComment() function370 static bool classof(const HTMLTagComment *) { return true; } in classof() argument382 class HTMLStartTagComment : public HTMLTagComment {425 HTMLTagComment(HTMLStartTagCommentKind, in HTMLStartTagComment()478 class HTMLEndTagComment : public HTMLTagComment {483 HTMLTagComment(HTMLEndTagCommentKind, in HTMLEndTagComment()
179 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC); in clang_HTMLTagComment_getTagName()825 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC); in clang_HTMLTagComment_getAsString()