Searched refs:HTMLEndTagComment (Results 1 – 11 of 11) sorted by relevance
14 def HTMLEndTagComment : CommentNode<HTMLTagComment>;
107 HTMLEndTagComment *parseHTMLEndTag();
172 HTMLEndTagComment *actOnHTMLEndTag(SourceLocation LocBegin,
499 class HTMLEndTagComment : public HTMLTagComment {501 HTMLEndTagComment(SourceLocation LocBegin, in HTMLEndTagComment() function
214 void visitHTMLEndTagComment(const comments::HTMLEndTagComment *C,
344 void visitHTMLEndTagComment(const comments::HTMLEndTagComment *C,
231 void visitHTMLEndTagComment(const HTMLEndTagComment *C);315 const HTMLEndTagComment *C) { in visitHTMLEndTagComment()542 void visitHTMLEndTagComment(const HTMLEndTagComment *C);675 CommentASTToXMLConverter::visitHTMLEndTagComment(const HTMLEndTagComment *C) { in visitHTMLEndTagComment()
450 HTMLEndTagComment *Sema::actOnHTMLEndTag(SourceLocation LocBegin, in actOnHTMLEndTag()453 HTMLEndTagComment *HET = in actOnHTMLEndTag()454 new (Allocator) HTMLEndTagComment(LocBegin, LocEnd, TagName); in actOnHTMLEndTag()
528 HTMLEndTagComment *Parser::parseHTMLEndTag() { in parseHTMLEndTag()
1657 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment()
808 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment()