Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCommentNodes.td14 def HTMLEndTagComment : CommentNode<HTMLTagComment>;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentParser.h108 HTMLEndTagComment *parseHTMLEndTag();
H A DCommentSema.h178 HTMLEndTagComment *actOnHTMLEndTag(SourceLocation LocBegin,
H A DComment.h507 class HTMLEndTagComment : public HTMLTagComment {
509 HTMLEndTagComment(SourceLocation LocBegin, in HTMLEndTagComment() function
H A DTextNodeDumper.h211 void visitHTMLEndTagComment(const comments::HTMLEndTagComment *C,
H A DJSONNodeDumper.h333 void visitHTMLEndTagComment(const comments::HTMLEndTagComment *C,
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp478 HTMLEndTagComment *Sema::actOnHTMLEndTag(SourceLocation LocBegin, in actOnHTMLEndTag()
481 HTMLEndTagComment *HET = in actOnHTMLEndTag()
482 new (Allocator) HTMLEndTagComment(LocBegin, LocEnd, TagName); in actOnHTMLEndTag()
H A DCommentParser.cpp543 HTMLEndTagComment *Parser::parseHTMLEndTag() { in parseHTMLEndTag()
H A DJSONNodeDumper.cpp1565 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment()
H A DTextNodeDumper.cpp765 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment()