Home
last modified time | relevance | path

Searched refs:HTMLEndTagComment (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCommentNodes.td14 def HTMLEndTagComment : DComment<HTMLTagComment>;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentParser.h109 HTMLEndTagComment *parseHTMLEndTag();
H A DCommentSema.h179 HTMLEndTagComment *actOnHTMLEndTag(SourceLocation LocBegin,
H A DTextNodeDumper.h193 void visitHTMLEndTagComment(const comments::HTMLEndTagComment *C,
H A DComment.h508 class HTMLEndTagComment : public HTMLTagComment {
510 HTMLEndTagComment(SourceLocation LocBegin, in HTMLEndTagComment() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DCommentToXML.cpp233 void visitHTMLEndTagComment(const HTMLEndTagComment *C);
313 const HTMLEndTagComment *C) { in visitHTMLEndTagComment()
540 void visitHTMLEndTagComment(const HTMLEndTagComment *C);
669 CommentASTToXMLConverter::visitHTMLEndTagComment(const HTMLEndTagComment *C) { in visitHTMLEndTagComment()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCommentSema.cpp476 HTMLEndTagComment *Sema::actOnHTMLEndTag(SourceLocation LocBegin, in actOnHTMLEndTag()
479 HTMLEndTagComment *HET = in actOnHTMLEndTag()
480 new (Allocator) HTMLEndTagComment(LocBegin, LocEnd, TagName); in actOnHTMLEndTag()
H A DCommentParser.cpp538 HTMLEndTagComment *Parser::parseHTMLEndTag() { in parseHTMLEndTag()
H A DTextNodeDumper.cpp488 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment()