Searched refs:HTMLEndTagComment (Results 1 - 8 of 8) sorted by relevance

/external/clang/include/clang/AST/
H A DCommentParser.h113 HTMLEndTagComment *parseHTMLEndTag();
H A DCommentSema.h183 HTMLEndTagComment *actOnHTMLEndTag(SourceLocation LocBegin,
H A DComment.h511 class HTMLEndTagComment : public HTMLTagComment { class in namespace:clang::comments
513 HTMLEndTagComment(SourceLocation LocBegin, function in class:clang::comments::HTMLEndTagComment
/external/clang/lib/Index/
H A DCommentToXML.cpp235 void visitHTMLEndTagComment(const HTMLEndTagComment *C);
315 const HTMLEndTagComment *C) {
547 void visitHTMLEndTagComment(const HTMLEndTagComment *C);
687 CommentASTToXMLConverter::visitHTMLEndTagComment(const HTMLEndTagComment *C) {
/external/clang/lib/AST/
H A DCommentSema.cpp478 HTMLEndTagComment *Sema::actOnHTMLEndTag(SourceLocation LocBegin,
481 HTMLEndTagComment *HET =
482 new (Allocator) HTMLEndTagComment(LocBegin, LocEnd, TagName);
H A DASTDumper.cpp365 void visitHTMLEndTagComment(const HTMLEndTagComment *C);
2083 void ASTDumper::visitHTMLEndTagComment(const HTMLEndTagComment *C) {
H A DCommentParser.cpp538 HTMLEndTagComment *Parser::parseHTMLEndTag() {
/external/clang/unittests/AST/
H A DCommentParser.cpp420 HTMLEndTagComment *&HET,
429 << "HTMLEndTagComment has name \"" << ActualTagName.str() << "\", "
1183 HTMLEndTagComment *HET;
1206 HTMLEndTagComment *HET;

Completed in 759 milliseconds