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/lib/AST/
DCommentDumper.cpp50 void visitHTMLEndTagComment(const HTMLEndTagComment *C);
157 void CommentDumper::visitHTMLEndTagComment(const HTMLEndTagComment *C) { in visitHTMLEndTagComment()
DCommentSema.cpp343 HTMLEndTagComment *Sema::actOnHTMLEndTag(SourceLocation LocBegin, in actOnHTMLEndTag()
346 HTMLEndTagComment *HET = in actOnHTMLEndTag()
347 new (Allocator) HTMLEndTagComment(LocBegin, LocEnd, TagName); in actOnHTMLEndTag()
DCommentParser.cpp517 HTMLEndTagComment *Parser::parseHTMLEndTag() { in parseHTMLEndTag()
/external/clang/include/clang/AST/
DCommentParser.h110 HTMLEndTagComment *parseHTMLEndTag();
DComment.h478 class HTMLEndTagComment : public HTMLTagComment {
480 HTMLEndTagComment(SourceLocation LocBegin, in HTMLEndTagComment() function
494 static bool classof(const HTMLEndTagComment *) { return true; } in classof() argument
DCommentSema.h172 HTMLEndTagComment *actOnHTMLEndTag(SourceLocation LocBegin,
/external/clang/tools/libclang/
DCXComment.cpp547 void visitHTMLEndTagComment(const HTMLEndTagComment *C);
626 const HTMLEndTagComment *C) { in visitHTMLEndTagComment()
862 void visitHTMLEndTagComment(const HTMLEndTagComment *C);
935 void CommentASTToXMLConverter::visitHTMLEndTagComment(const HTMLEndTagComment *C) { in visitHTMLEndTagComment()
/external/clang/unittests/AST/
DCommentParser.cpp419 HTMLEndTagComment *&HET, in HasHTMLEndTagAt()
1157 HTMLEndTagComment *HET; in TEST_F()
1180 HTMLEndTagComment *HET; in TEST_F()