Searched refs:HTMLStartTagComment (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CXComment.cpp | 195 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC); in clang_HTMLStartTagComment_isSelfClosing() 203 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC); in clang_HTMLStartTag_getNumAttrs() 211 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC); in clang_HTMLStartTag_getAttrName() 219 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC); in clang_HTMLStartTag_getAttrValue()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | CommentSema.h | 69 SmallVector<HTMLStartTagComment *, 8> HTMLOpenTags; 164 HTMLStartTagComment *actOnHTMLStartTagStart(SourceLocation LocBegin, 167 void actOnHTMLStartTagFinish(HTMLStartTagComment *Tag, 168 ArrayRef<HTMLStartTagComment::Attribute> Attrs,
|
| H A D | CommentParser.h | 106 HTMLStartTagComment *parseHTMLStartTag();
|
| H A D | Comment.h | 115 friend class HTMLStartTagComment; variable 411 class HTMLStartTagComment : public HTMLTagComment { 446 HTMLStartTagComment(SourceLocation LocBegin, in HTMLStartTagComment() function
|
| H A D | TextNodeDumper.h | 212 void visitHTMLStartTagComment(const comments::HTMLStartTagComment *C,
|
| H A D | JSONNodeDumper.h | 337 void visitHTMLStartTagComment(const comments::HTMLStartTagComment *C,
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | CommentParser.cpp | 325 HTMLStartTagComment *&HST, in HasHTMLStartTagAt() 344 HTMLStartTagComment *&HST, in HasHTMLStartTagAt() 363 HTMLStartTagComment *&HST, in HasHTMLStartTagAt() 384 HTMLStartTagComment *&HST, in HasHTMLStartTagAt() 1090 HTMLStartTagComment *HST; in TEST_F() 1112 HTMLStartTagComment *HST; in TEST_F() 1136 HTMLStartTagComment *HST; in TEST_F() 1158 HTMLStartTagComment *HST; in TEST_F() 1203 HTMLStartTagComment *HST; in TEST_F()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | CommentParser.cpp | 427 HTMLStartTagComment *Parser::parseHTMLStartTag() { in parseHTMLStartTag() 429 HTMLStartTagComment *HST = in parseHTMLStartTag() 434 SmallVector<HTMLStartTagComment::Attribute, 2> Attrs; in parseHTMLStartTag() 441 Attrs.push_back(HTMLStartTagComment::Attribute(Ident.getLocation(), in parseHTMLStartTag() 451 Attrs.push_back(HTMLStartTagComment::Attribute(Ident.getLocation(), in parseHTMLStartTag() 458 Attrs.push_back(HTMLStartTagComment::Attribute( in parseHTMLStartTag()
|
| H A D | CommentSema.cpp | 432 HTMLStartTagComment *Sema::actOnHTMLStartTagStart(SourceLocation LocBegin, in actOnHTMLStartTagStart() 434 return new (Allocator) HTMLStartTagComment(LocBegin, TagName); in actOnHTMLStartTagStart() 438 HTMLStartTagComment *Tag, in actOnHTMLStartTagFinish() 439 ArrayRef<HTMLStartTagComment::Attribute> Attrs, in actOnHTMLStartTagFinish() 463 for (SmallVectorImpl<HTMLStartTagComment *>::const_reverse_iterator in actOnHTMLEndTag() 479 HTMLStartTagComment *HST = HTMLOpenTags.pop_back_val(); in actOnHTMLEndTag() 525 HTMLStartTagComment *HST = HTMLOpenTags.pop_back_val(); in actOnFullComment()
|
| H A D | TextNodeDumper.cpp | 794 const comments::HTMLStartTagComment *C, const comments::FullComment *) { in visitHTMLStartTagComment() 799 const comments::HTMLStartTagComment::Attribute &Attr = C->getAttr(i); in visitHTMLStartTagComment()
|
| H A D | JSONNodeDumper.cpp | 1610 const comments::HTMLStartTagComment *C, const comments::FullComment *) { in visitHTMLStartTagComment()
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | CommentToXML.cpp | 197 void printHTMLStartTagComment(const HTMLStartTagComment *C, in printHTMLStartTagComment() 204 const HTMLStartTagComment::Attribute &Attr = C->getAttr(i); in printHTMLStartTagComment() 230 void visitHTMLStartTagComment(const HTMLStartTagComment *C); 310 const HTMLStartTagComment *C) { in visitHTMLStartTagComment() 541 void visitHTMLStartTagComment(const HTMLStartTagComment *C); 658 const HTMLStartTagComment *C) { in visitHTMLStartTagComment()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | CommentNodes.td | 13 def HTMLStartTagComment : CommentNode<HTMLTagComment>;
|
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/ |
| H A D | Serialize.cpp | 72 void visitHTMLStartTagComment(const HTMLStartTagComment *C); 112 const HTMLStartTagComment *C) { in visitHTMLStartTagComment() 116 const HTMLStartTagComment::Attribute &Attr = C->getAttr(I); in visitHTMLStartTagComment()
|