/aosp_15_r20/external/clang/tools/libclang/ |
H A D | CXComment.cpp | 196 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC); in clang_HTMLStartTagComment_isSelfClosing() 204 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC); in clang_HTMLStartTag_getNumAttrs() 212 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC); in clang_HTMLStartTag_getAttrName() 220 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC); in clang_HTMLStartTag_getAttrValue()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | CommentSema.h | 69 SmallVector<HTMLStartTagComment *, 8> HTMLOpenTags; 164 HTMLStartTagComment *actOnHTMLStartTagStart(SourceLocation LocBegin, 167 void actOnHTMLStartTagFinish(HTMLStartTagComment *Tag, 168 ArrayRef<HTMLStartTagComment::Attribute> Attrs,
|
D | Comment.h | 139 friend class HTMLStartTagComment; 433 class HTMLStartTagComment : public HTMLTagComment { 468 HTMLStartTagComment(SourceLocation LocBegin, StringRef TagName) 469 : HTMLTagComment(CommentKind::HTMLStartTagComment, LocBegin, 477 return C->getCommentKind() == CommentKind::HTMLStartTagComment;
|
D | CommentNodes.inc | 50 HTMLSTARTTAGCOMMENT(HTMLStartTagComment, HTMLTagComment) 59 COMMENT_RANGE(HTMLTagComment, HTMLStartTagComment, HTMLEndTagComment)
|
D | CommentParser.h | 106 HTMLStartTagComment *parseHTMLStartTag();
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | CommentSema.h | 69 SmallVector<HTMLStartTagComment *, 8> HTMLOpenTags; 164 HTMLStartTagComment *actOnHTMLStartTagStart(SourceLocation LocBegin, 167 void actOnHTMLStartTagFinish(HTMLStartTagComment *Tag, 168 ArrayRef<HTMLStartTagComment::Attribute> Attrs,
|
D | Comment.h | 139 friend class HTMLStartTagComment; 433 class HTMLStartTagComment : public HTMLTagComment { 468 HTMLStartTagComment(SourceLocation LocBegin, StringRef TagName) 469 : HTMLTagComment(CommentKind::HTMLStartTagComment, LocBegin, 477 return C->getCommentKind() == CommentKind::HTMLStartTagComment;
|
D | CommentNodes.inc | 50 HTMLSTARTTAGCOMMENT(HTMLStartTagComment, HTMLTagComment) 59 COMMENT_RANGE(HTMLTagComment, HTMLStartTagComment, HTMLEndTagComment)
|
D | CommentParser.h | 106 HTMLStartTagComment *parseHTMLStartTag();
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | CommentSema.h | 69 SmallVector<HTMLStartTagComment *, 8> HTMLOpenTags; 164 HTMLStartTagComment *actOnHTMLStartTagStart(SourceLocation LocBegin, 167 void actOnHTMLStartTagFinish(HTMLStartTagComment *Tag, 168 ArrayRef<HTMLStartTagComment::Attribute> Attrs,
|
D | Comment.h | 139 friend class HTMLStartTagComment; 433 class HTMLStartTagComment : public HTMLTagComment { 468 HTMLStartTagComment(SourceLocation LocBegin, StringRef TagName) 469 : HTMLTagComment(CommentKind::HTMLStartTagComment, LocBegin, 477 return C->getCommentKind() == CommentKind::HTMLStartTagComment;
|
D | CommentNodes.inc | 90 HTMLSTARTTAGCOMMENT(HTMLStartTagComment, HTMLTagComment) 93 COMMENT_RANGE(HTMLTagComment, HTMLEndTagComment, HTMLStartTagComment)
|
D | CommentParser.h | 106 HTMLStartTagComment *parseHTMLStartTag();
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | CommentSema.h | 69 SmallVector<HTMLStartTagComment *, 8> HTMLOpenTags; 164 HTMLStartTagComment *actOnHTMLStartTagStart(SourceLocation LocBegin, 167 void actOnHTMLStartTagFinish(HTMLStartTagComment *Tag, 168 ArrayRef<HTMLStartTagComment::Attribute> Attrs,
|
D | Comment.h | 139 friend class HTMLStartTagComment; 433 class HTMLStartTagComment : public HTMLTagComment { 468 HTMLStartTagComment(SourceLocation LocBegin, StringRef TagName) 469 : HTMLTagComment(CommentKind::HTMLStartTagComment, LocBegin, 477 return C->getCommentKind() == CommentKind::HTMLStartTagComment;
|
D | CommentNodes.inc | 50 HTMLSTARTTAGCOMMENT(HTMLStartTagComment, HTMLTagComment) 59 COMMENT_RANGE(HTMLTagComment, HTMLStartTagComment, HTMLEndTagComment)
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | CommentSema.h | 70 SmallVector<HTMLStartTagComment *, 8> HTMLOpenTags; 171 HTMLStartTagComment *actOnHTMLStartTagStart(SourceLocation LocBegin, 174 void actOnHTMLStartTagFinish(HTMLStartTagComment *Tag, 175 ArrayRef<HTMLStartTagComment::Attribute> Attrs,
|
H A D | Comment.h | 115 friend class HTMLStartTagComment; variable 419 class HTMLStartTagComment : public HTMLTagComment { 460 HTMLStartTagComment(SourceLocation LocBegin, in HTMLStartTagComment() function
|
H A D | CommentParser.h | 108 HTMLStartTagComment *parseHTMLStartTag();
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | CommentParser.cpp | 433 HTMLStartTagComment *Parser::parseHTMLStartTag() { in parseHTMLStartTag() 435 HTMLStartTagComment *HST = in parseHTMLStartTag() 440 SmallVector<HTMLStartTagComment::Attribute, 2> Attrs; in parseHTMLStartTag() 447 Attrs.push_back(HTMLStartTagComment::Attribute(Ident.getLocation(), in parseHTMLStartTag() 457 Attrs.push_back(HTMLStartTagComment::Attribute(Ident.getLocation(), in parseHTMLStartTag() 464 Attrs.push_back(HTMLStartTagComment::Attribute( in parseHTMLStartTag()
|
H A D | CommentSema.cpp | 458 HTMLStartTagComment *Sema::actOnHTMLStartTagStart(SourceLocation LocBegin, in actOnHTMLStartTagStart() 460 return new (Allocator) HTMLStartTagComment(LocBegin, TagName); in actOnHTMLStartTagStart() 464 HTMLStartTagComment *Tag, in actOnHTMLStartTagFinish() 465 ArrayRef<HTMLStartTagComment::Attribute> Attrs, in actOnHTMLStartTagFinish() 489 for (SmallVectorImpl<HTMLStartTagComment *>::const_reverse_iterator in actOnHTMLEndTag() 505 HTMLStartTagComment *HST = HTMLOpenTags.pop_back_val(); in actOnHTMLEndTag() 551 HTMLStartTagComment *HST = HTMLOpenTags.pop_back_val(); in actOnFullComment()
|
/aosp_15_r20/external/clang/unittests/AST/ |
H A D | CommentParser.cpp | 327 HTMLStartTagComment *&HST, in HasHTMLStartTagAt() 346 HTMLStartTagComment *&HST, in HasHTMLStartTagAt() 365 HTMLStartTagComment *&HST, in HasHTMLStartTagAt() 386 HTMLStartTagComment *&HST, in HasHTMLStartTagAt() 1092 HTMLStartTagComment *HST; in TEST_F() 1114 HTMLStartTagComment *HST; in TEST_F() 1138 HTMLStartTagComment *HST; in TEST_F() 1160 HTMLStartTagComment *HST; in TEST_F() 1205 HTMLStartTagComment *HST; in TEST_F()
|
/aosp_15_r20/external/clang/lib/Index/ |
H A D | CommentToXML.cpp | 200 void printHTMLStartTagComment(const HTMLStartTagComment *C, in printHTMLStartTagComment() 207 const HTMLStartTagComment::Attribute &Attr = C->getAttr(i); in printHTMLStartTagComment() 233 void visitHTMLStartTagComment(const HTMLStartTagComment *C); 309 const HTMLStartTagComment *C) { in visitHTMLStartTagComment() 544 void visitHTMLStartTagComment(const HTMLStartTagComment *C); 662 const HTMLStartTagComment *C) { in visitHTMLStartTagComment()
|
/aosp_15_r20/out/soong/.intermediates/external/clang/clang-gen-comment-nodes/gen/clang/AST/ |
D | CommentNodes.inc | 89 HTMLSTARTTAGCOMMENT(HTMLStartTagComment, HTMLTagComment) 92 COMMENT_RANGE(HTMLTagComment, HTMLEndTagComment, HTMLStartTagComment)
|
/aosp_15_r20/external/clang/include/clang/Basic/ |
H A D | CommentNodes.td | 13 def HTMLStartTagComment : DComment<HTMLTagComment>;
|