Searched refs:HTMLEndTagComment (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | CommentNodes.td | 14 def HTMLEndTagComment : CommentNode<HTMLTagComment>;
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | CommentParser.h | 107 HTMLEndTagComment *parseHTMLEndTag();
|
| H A D | CommentSema.h | 172 HTMLEndTagComment *actOnHTMLEndTag(SourceLocation LocBegin,
|
| H A D | Comment.h | 499 class HTMLEndTagComment : public HTMLTagComment { 501 HTMLEndTagComment(SourceLocation LocBegin, in HTMLEndTagComment() function
|
| H A D | TextNodeDumper.h | 214 void visitHTMLEndTagComment(const comments::HTMLEndTagComment *C,
|
| H A D | JSONNodeDumper.h | 339 void visitHTMLEndTagComment(const comments::HTMLEndTagComment *C,
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | CommentToXML.cpp | 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()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | CommentSema.cpp | 450 HTMLEndTagComment *Sema::actOnHTMLEndTag(SourceLocation LocBegin, in actOnHTMLEndTag() 453 HTMLEndTagComment *HET = in actOnHTMLEndTag() 454 new (Allocator) HTMLEndTagComment(LocBegin, LocEnd, TagName); in actOnHTMLEndTag()
|
| H A D | CommentParser.cpp | 532 HTMLEndTagComment *Parser::parseHTMLEndTag() { in parseHTMLEndTag()
|
| H A D | JSONNodeDumper.cpp | 1625 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment()
|
| H A D | TextNodeDumper.cpp | 808 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment()
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | CommentParser.cpp | 418 HTMLEndTagComment *&HET, in HasHTMLEndTagAt() 1181 HTMLEndTagComment *HET; in TEST_F() 1204 HTMLEndTagComment *HET; in TEST_F()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/ |
| H A D | Serialize.cpp | 73 void visitHTMLEndTagComment(const HTMLEndTagComment *C); 123 const HTMLEndTagComment *C) { in visitHTMLEndTagComment()
|