Home
last modified time | relevance | path

Searched refs:HTMLStartTagComment (Results 1 – 25 of 35) sorted by relevance

12

/aosp_15_r20/external/clang/tools/libclang/
H A DCXComment.cpp196 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/
DCommentSema.h69 SmallVector<HTMLStartTagComment *, 8> HTMLOpenTags;
164 HTMLStartTagComment *actOnHTMLStartTagStart(SourceLocation LocBegin,
167 void actOnHTMLStartTagFinish(HTMLStartTagComment *Tag,
168 ArrayRef<HTMLStartTagComment::Attribute> Attrs,
DComment.h139 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;
DCommentNodes.inc50 HTMLSTARTTAGCOMMENT(HTMLStartTagComment, HTMLTagComment)
59 COMMENT_RANGE(HTMLTagComment, HTMLStartTagComment, HTMLEndTagComment)
DCommentParser.h106 HTMLStartTagComment *parseHTMLStartTag();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DCommentSema.h69 SmallVector<HTMLStartTagComment *, 8> HTMLOpenTags;
164 HTMLStartTagComment *actOnHTMLStartTagStart(SourceLocation LocBegin,
167 void actOnHTMLStartTagFinish(HTMLStartTagComment *Tag,
168 ArrayRef<HTMLStartTagComment::Attribute> Attrs,
DComment.h139 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;
DCommentNodes.inc50 HTMLSTARTTAGCOMMENT(HTMLStartTagComment, HTMLTagComment)
59 COMMENT_RANGE(HTMLTagComment, HTMLStartTagComment, HTMLEndTagComment)
DCommentParser.h106 HTMLStartTagComment *parseHTMLStartTag();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DCommentSema.h69 SmallVector<HTMLStartTagComment *, 8> HTMLOpenTags;
164 HTMLStartTagComment *actOnHTMLStartTagStart(SourceLocation LocBegin,
167 void actOnHTMLStartTagFinish(HTMLStartTagComment *Tag,
168 ArrayRef<HTMLStartTagComment::Attribute> Attrs,
DComment.h139 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;
DCommentNodes.inc90 HTMLSTARTTAGCOMMENT(HTMLStartTagComment, HTMLTagComment)
93 COMMENT_RANGE(HTMLTagComment, HTMLEndTagComment, HTMLStartTagComment)
DCommentParser.h106 HTMLStartTagComment *parseHTMLStartTag();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DCommentSema.h69 SmallVector<HTMLStartTagComment *, 8> HTMLOpenTags;
164 HTMLStartTagComment *actOnHTMLStartTagStart(SourceLocation LocBegin,
167 void actOnHTMLStartTagFinish(HTMLStartTagComment *Tag,
168 ArrayRef<HTMLStartTagComment::Attribute> Attrs,
DComment.h139 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;
DCommentNodes.inc50 HTMLSTARTTAGCOMMENT(HTMLStartTagComment, HTMLTagComment)
59 COMMENT_RANGE(HTMLTagComment, HTMLStartTagComment, HTMLEndTagComment)
/aosp_15_r20/external/clang/include/clang/AST/
H A DCommentSema.h70 SmallVector<HTMLStartTagComment *, 8> HTMLOpenTags;
171 HTMLStartTagComment *actOnHTMLStartTagStart(SourceLocation LocBegin,
174 void actOnHTMLStartTagFinish(HTMLStartTagComment *Tag,
175 ArrayRef<HTMLStartTagComment::Attribute> Attrs,
H A DComment.h115 friend class HTMLStartTagComment; variable
419 class HTMLStartTagComment : public HTMLTagComment {
460 HTMLStartTagComment(SourceLocation LocBegin, in HTMLStartTagComment() function
H A DCommentParser.h108 HTMLStartTagComment *parseHTMLStartTag();
/aosp_15_r20/external/clang/lib/AST/
H A DCommentParser.cpp433 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 DCommentSema.cpp458 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 DCommentParser.cpp327 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 DCommentToXML.cpp200 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/
DCommentNodes.inc89 HTMLSTARTTAGCOMMENT(HTMLStartTagComment, HTMLTagComment)
92 COMMENT_RANGE(HTMLTagComment, HTMLEndTagComment, HTMLStartTagComment)
/aosp_15_r20/external/clang/include/clang/Basic/
H A DCommentNodes.td13 def HTMLStartTagComment : DComment<HTMLTagComment>;

12