Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCommentNodes.td14 def HTMLEndTagComment : CommentNode<HTMLTagComment>;
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCommentParser.h107 HTMLEndTagComment *parseHTMLEndTag();
H A DCommentSema.h172 HTMLEndTagComment *actOnHTMLEndTag(SourceLocation LocBegin,
H A DComment.h499 class HTMLEndTagComment : public HTMLTagComment {
501 HTMLEndTagComment(SourceLocation LocBegin, in HTMLEndTagComment() function
H A DTextNodeDumper.h214 void visitHTMLEndTagComment(const comments::HTMLEndTagComment *C,
H A DJSONNodeDumper.h344 void visitHTMLEndTagComment(const comments::HTMLEndTagComment *C,
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DCommentToXML.cpp231 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()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentSema.cpp450 HTMLEndTagComment *Sema::actOnHTMLEndTag(SourceLocation LocBegin, in actOnHTMLEndTag()
453 HTMLEndTagComment *HET = in actOnHTMLEndTag()
454 new (Allocator) HTMLEndTagComment(LocBegin, LocEnd, TagName); in actOnHTMLEndTag()
H A DCommentParser.cpp528 HTMLEndTagComment *Parser::parseHTMLEndTag() { in parseHTMLEndTag()
H A DJSONNodeDumper.cpp1657 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment()
H A DTextNodeDumper.cpp808 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment()