clang API Documentation

Public Member Functions | Static Public Member Functions
clang::comments::HTMLEndTagComment Class Reference

A closing HTML tag. More...

#include <Comment.h>

Inheritance diagram for clang::comments::HTMLEndTagComment:
Inheritance graph
[legend]
Collaboration diagram for clang::comments::HTMLEndTagComment:
Collaboration graph
[legend]

List of all members.

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)

Detailed Description

A closing HTML tag.

Definition at line 513 of file Comment.h.


Constructor & Destructor Documentation

clang::comments::HTMLEndTagComment::HTMLEndTagComment ( SourceLocation  LocBegin,
SourceLocation  LocEnd,
StringRef  TagName 
) [inline]

Definition at line 515 of file Comment.h.


Member Function Documentation

Reimplemented from clang::comments::Comment.

Definition at line 529 of file Comment.h.

Reimplemented from clang::comments::Comment.

Definition at line 531 of file Comment.h.

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().


The documentation for this class was generated from the following file: