Searched refs:HTMLStartTagComment (Results 1 – 9 of 9) sorted by relevance
/external/clang/include/clang/AST/ |
D | CommentSema.h | 67 SmallVector<HTMLStartTagComment *, 8> HTMLOpenTags; 164 HTMLStartTagComment *actOnHTMLStartTagStart(SourceLocation LocBegin, 167 void actOnHTMLStartTagFinish(HTMLStartTagComment *Tag, 168 ArrayRef<HTMLStartTagComment::Attribute> Attrs,
|
D | CommentParser.h | 109 HTMLStartTagComment *parseHTMLStartTag();
|
D | Comment.h | 83 friend class HTMLStartTagComment; variable 382 class HTMLStartTagComment : public HTMLTagComment { 423 HTMLStartTagComment(SourceLocation LocBegin, in HTMLStartTagComment() function 437 static bool classof(const HTMLStartTagComment *) { return true; } in classof() argument
|
/external/clang/tools/libclang/ |
D | CXComment.cpp | 187 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC); in clang_HTMLStartTagComment_isSelfClosing() 195 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC); in clang_HTMLStartTag_getNumAttrs() 203 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC); in clang_HTMLStartTag_getAttrName() 211 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC); in clang_HTMLStartTag_getAttrValue() 514 void PrintHTMLStartTagComment(const HTMLStartTagComment *C, in PrintHTMLStartTagComment() 521 const HTMLStartTagComment::Attribute &Attr = C->getAttr(i); in PrintHTMLStartTagComment() 546 void visitHTMLStartTagComment(const HTMLStartTagComment *C); 621 const HTMLStartTagComment *C) { in visitHTMLStartTagComment() 861 void visitHTMLStartTagComment(const HTMLStartTagComment *C); 929 void CommentASTToXMLConverter::visitHTMLStartTagComment(const HTMLStartTagComment *C) { in visitHTMLStartTagComment()
|
/external/clang/lib/AST/ |
D | CommentDumper.cpp | 49 void visitHTMLStartTagComment(const HTMLStartTagComment *C); 142 void CommentDumper::visitHTMLStartTagComment(const HTMLStartTagComment *C) { in visitHTMLStartTagComment() 149 const HTMLStartTagComment::Attribute &Attr = C->getAttr(i); in visitHTMLStartTagComment()
|
D | CommentParser.cpp | 412 HTMLStartTagComment *Parser::parseHTMLStartTag() { in parseHTMLStartTag() 414 HTMLStartTagComment *HST = in parseHTMLStartTag() 419 SmallVector<HTMLStartTagComment::Attribute, 2> Attrs; in parseHTMLStartTag() 426 Attrs.push_back(HTMLStartTagComment::Attribute(Ident.getLocation(), in parseHTMLStartTag() 436 Attrs.push_back(HTMLStartTagComment::Attribute(Ident.getLocation(), in parseHTMLStartTag() 443 Attrs.push_back(HTMLStartTagComment::Attribute( in parseHTMLStartTag()
|
D | CommentSema.cpp | 325 HTMLStartTagComment *Sema::actOnHTMLStartTagStart(SourceLocation LocBegin, in actOnHTMLStartTagStart() 327 return new (Allocator) HTMLStartTagComment(LocBegin, TagName); in actOnHTMLStartTagStart() 331 HTMLStartTagComment *Tag, in actOnHTMLStartTagFinish() 332 ArrayRef<HTMLStartTagComment::Attribute> Attrs, in actOnHTMLStartTagFinish() 355 for (SmallVectorImpl<HTMLStartTagComment *>::const_reverse_iterator in actOnHTMLEndTag() 370 const HTMLStartTagComment *HST = HTMLOpenTags.back(); in actOnHTMLEndTag()
|
/external/clang/unittests/AST/ |
D | CommentParser.cpp | 326 HTMLStartTagComment *&HST, in HasHTMLStartTagAt() 345 HTMLStartTagComment *&HST, in HasHTMLStartTagAt() 364 HTMLStartTagComment *&HST, in HasHTMLStartTagAt() 385 HTMLStartTagComment *&HST, in HasHTMLStartTagAt() 1066 HTMLStartTagComment *HST; in TEST_F() 1088 HTMLStartTagComment *HST; in TEST_F() 1112 HTMLStartTagComment *HST; in TEST_F() 1134 HTMLStartTagComment *HST; in TEST_F() 1179 HTMLStartTagComment *HST; in TEST_F()
|
/external/clang/include/clang/Basic/ |
D | CommentNodes.td | 13 def HTMLStartTagComment : DComment<HTMLTagComment>;
|