Home
last modified time | relevance | path

Searched refs:HTMLEndTagComment (Results 1 – 9 of 9) sorted by relevance

/external/clang/include/clang/Basic/
DCommentNodes.td14 def HTMLEndTagComment : DComment<HTMLTagComment>;
/external/clang/include/clang/AST/
DCommentParser.h109 HTMLEndTagComment *parseHTMLEndTag();
DCommentSema.h179 HTMLEndTagComment *actOnHTMLEndTag(SourceLocation LocBegin,
DComment.h513 class HTMLEndTagComment : public HTMLTagComment {
515 HTMLEndTagComment(SourceLocation LocBegin, in HTMLEndTagComment() function
/external/clang/lib/Index/
DCommentToXML.cpp234 void visitHTMLEndTagComment(const HTMLEndTagComment *C);
314 const HTMLEndTagComment *C) { in visitHTMLEndTagComment()
545 void visitHTMLEndTagComment(const HTMLEndTagComment *C);
679 CommentASTToXMLConverter::visitHTMLEndTagComment(const HTMLEndTagComment *C) { in visitHTMLEndTagComment()
/external/clang/lib/AST/
DCommentSema.cpp476 HTMLEndTagComment *Sema::actOnHTMLEndTag(SourceLocation LocBegin, in actOnHTMLEndTag()
479 HTMLEndTagComment *HET = in actOnHTMLEndTag()
480 new (Allocator) HTMLEndTagComment(LocBegin, LocEnd, TagName); in actOnHTMLEndTag()
DCommentParser.cpp538 HTMLEndTagComment *Parser::parseHTMLEndTag() { in parseHTMLEndTag()
DASTDumper.cpp567 void visitHTMLEndTagComment(const HTMLEndTagComment *C);
2382 void ASTDumper::visitHTMLEndTagComment(const HTMLEndTagComment *C) { in visitHTMLEndTagComment()
/external/clang/unittests/AST/
DCommentParser.cpp420 HTMLEndTagComment *&HET, in HasHTMLEndTagAt()
1183 HTMLEndTagComment *HET; in TEST_F()
1206 HTMLEndTagComment *HET; in TEST_F()