clang API Documentation
A closing HTML tag. More...
#include <Comment.h>


Public Member Functions | |
| HTMLEndTagComment (SourceLocation LocBegin, SourceLocation LocEnd, StringRef TagName) | |
| child_iterator | child_begin () const |
| child_iterator | child_end () const |
Static Public Member Functions | |
| static bool | classof (const Comment *C) |
| clang::comments::HTMLEndTagComment::HTMLEndTagComment | ( | SourceLocation | LocBegin, |
| SourceLocation | LocEnd, | ||
| StringRef | TagName | ||
| ) | [inline] |
| child_iterator clang::comments::HTMLEndTagComment::child_begin | ( | ) | const [inline] |
Reimplemented from clang::comments::Comment.
| child_iterator clang::comments::HTMLEndTagComment::child_end | ( | ) | const [inline] |
Reimplemented from clang::comments::Comment.
| static bool clang::comments::HTMLEndTagComment::classof | ( | const Comment * | C | ) | [inline, static] |
Reimplemented from clang::comments::HTMLTagComment.
Definition at line 525 of file Comment.h.
References clang::comments::Comment::getCommentKind().