Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
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()
/external/clang/include/clang/AST/
DCommentSema.h70 SmallVector<HTMLStartTagComment *, 8> HTMLOpenTags;
171 HTMLStartTagComment *actOnHTMLStartTagStart(SourceLocation LocBegin,
174 void actOnHTMLStartTagFinish(HTMLStartTagComment *Tag,
175 ArrayRef<HTMLStartTagComment::Attribute> Attrs,
DCommentParser.h108 HTMLStartTagComment *parseHTMLStartTag();
DComment.h115 friend class HTMLStartTagComment; variable
419 class HTMLStartTagComment : public HTMLTagComment {
460 HTMLStartTagComment(SourceLocation LocBegin, in HTMLStartTagComment() function
/external/clang/lib/AST/
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()
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()
DASTDumper.cpp566 void visitHTMLStartTagComment(const HTMLStartTagComment *C);
2369 void ASTDumper::visitHTMLStartTagComment(const HTMLStartTagComment *C) { in visitHTMLStartTagComment()
2374 const HTMLStartTagComment::Attribute &Attr = C->getAttr(i); in visitHTMLStartTagComment()
/external/clang/unittests/AST/
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()
/external/clang/include/clang/Basic/
DCommentNodes.td13 def HTMLStartTagComment : DComment<HTMLTagComment>;
/external/clang/lib/Index/
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()