Searched refs:HTMLEndTagComment (Results 1 – 11 of 11) sorted by relevance
14 def HTMLEndTagComment : CommentNode<HTMLTagComment>;
108 HTMLEndTagComment *parseHTMLEndTag();
178 HTMLEndTagComment *actOnHTMLEndTag(SourceLocation LocBegin,
507 class HTMLEndTagComment : public HTMLTagComment {509 HTMLEndTagComment(SourceLocation LocBegin, in HTMLEndTagComment() function
211 void visitHTMLEndTagComment(const comments::HTMLEndTagComment *C,
333 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()
478 HTMLEndTagComment *Sema::actOnHTMLEndTag(SourceLocation LocBegin, in actOnHTMLEndTag()481 HTMLEndTagComment *HET = in actOnHTMLEndTag()482 new (Allocator) HTMLEndTagComment(LocBegin, LocEnd, TagName); in actOnHTMLEndTag()
543 HTMLEndTagComment *Parser::parseHTMLEndTag() { in parseHTMLEndTag()
1565 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment()
765 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment()