clang API Documentation

Classes | Public Member Functions | Static Public Member Functions
clang::comments::HTMLStartTagComment Class Reference

An opening HTML tag with attributes. More...

#include <Comment.h>

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

List of all members.

Classes

class  Attribute

Public Member Functions

 HTMLStartTagComment (SourceLocation LocBegin, StringRef TagName)
child_iterator child_begin () const
child_iterator child_end () const
unsigned getNumAttrs () const
const AttributegetAttr (unsigned Idx) const
void setAttrs (ArrayRef< Attribute > Attrs)
void setGreaterLoc (SourceLocation GreaterLoc)
bool isSelfClosing () const
void setSelfClosing ()

Static Public Member Functions

static bool classof (const Comment *C)

Detailed Description

An opening HTML tag with attributes.

Definition at line 419 of file Comment.h.


Constructor & Destructor Documentation

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

Definition at line 460 of file Comment.h.

References clang::comments::Comment::HTMLStartTagCommentBits.


Member Function Documentation

Reimplemented from clang::comments::Comment.

Definition at line 474 of file Comment.h.

Reimplemented from clang::comments::Comment.

Definition at line 476 of file Comment.h.

static bool clang::comments::HTMLStartTagComment::classof ( const Comment C) [inline, static]

Reimplemented from clang::comments::HTMLTagComment.

Definition at line 470 of file Comment.h.

References clang::comments::Comment::getCommentKind().

Definition at line 482 of file Comment.h.

Definition at line 478 of file Comment.h.

Definition at line 503 of file Comment.h.

References clang::comments::Comment::HTMLStartTagCommentBits.

void clang::comments::HTMLStartTagComment::setAttrs ( ArrayRef< Attribute Attrs) [inline]

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