clang 22.0.0git
clang::comments::HTMLStartTagComment Class Reference

An opening HTML tag with attributes. More...

#include "clang/AST/Comment.h"

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

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 ()
Public Member Functions inherited from clang::comments::HTMLTagComment
StringRef getTagName () const LLVM_READONLY
SourceRange getTagNameSourceRange () const LLVM_READONLY
bool isMalformed () const
void setIsMalformed ()
Public Member Functions inherited from clang::comments::InlineContentComment
void addTrailingNewline ()
bool hasTrailingNewline () const
Public Member Functions inherited from clang::comments::Comment
 Comment (CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd)
CommentKind getCommentKind () const
const char * getCommentKindName () const
void dump () const
void dumpColor () const
void dump (raw_ostream &OS, const ASTContext &Context) const
SourceRange getSourceRange () const LLVM_READONLY
SourceLocation getBeginLoc () const LLVM_READONLY
SourceLocation getEndLoc () const LLVM_READONLY
SourceLocation getLocation () const LLVM_READONLY
child_iterator child_begin () const
child_iterator child_end () const
unsigned child_count () const

Static Public Member Functions

static bool classof (const Comment *C)
Static Public Member Functions inherited from clang::comments::HTMLTagComment
static bool classof (const Comment *C)
Static Public Member Functions inherited from clang::comments::InlineContentComment
static bool classof (const Comment *C)

Additional Inherited Members

Public Types inherited from clang::comments::Comment
typedef Comment *const * child_iterator
Protected Types inherited from clang::comments::Comment
enum  { NumCommentBits = 8 }
enum  { NumInlineContentCommentBits = NumCommentBits + 1 }
enum  { NumTextCommentBits = NumInlineContentCommentBits + 2 }
enum  { NumInlineCommandCommentBits }
enum  { NumHTMLTagCommentBits = NumInlineContentCommentBits + 1 }
enum  { NumHTMLStartTagCommentBits = NumHTMLTagCommentBits + 1 }
enum  { NumParagraphCommentBits = NumCommentBits + 2 }
enum  { NumBlockCommandCommentBits }
enum  { NumParamCommandCommentBits = NumBlockCommandCommentBits + 3 }
Protected Member Functions inherited from clang::comments::HTMLTagComment
 HTMLTagComment (CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd, StringRef TagName, SourceLocation TagNameBegin, SourceLocation TagNameEnd)
Protected Member Functions inherited from clang::comments::InlineContentComment
 InlineContentComment (CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd)
Protected Member Functions inherited from clang::comments::Comment
void setSourceRange (SourceRange SR)
void setLocation (SourceLocation L)
Protected Attributes inherited from clang::comments::HTMLTagComment
StringRef TagName
SourceRange TagNameRange
Protected Attributes inherited from clang::comments::Comment
SourceLocation Loc
 Preferred location to show caret.
SourceRange Range
 Source range of this AST node.
union { 
   CommentBitfields   CommentBits 
   InlineContentCommentBitfields   InlineContentCommentBits 
   TextCommentBitfields   TextCommentBits 
   InlineCommandCommentBitfields   InlineCommandCommentBits 
   HTMLTagCommentBitfields   HTMLTagCommentBits 
   HTMLStartTagCommentBitfields   HTMLStartTagCommentBits 
   ParagraphCommentBitfields   ParagraphCommentBits 
   BlockCommandCommentBitfields   BlockCommandCommentBits 
   ParamCommandCommentBitfields   ParamCommandCommentBits 
}; 

Detailed Description

An opening HTML tag with attributes.

Definition at line 454 of file Comment.h.

Constructor & Destructor Documentation

◆ HTMLStartTagComment()

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

Member Function Documentation

◆ child_begin()

child_iterator clang::comments::HTMLStartTagComment::child_begin ( ) const
inline

Definition at line 501 of file Comment.h.

◆ child_end()

child_iterator clang::comments::HTMLStartTagComment::child_end ( ) const
inline

Definition at line 503 of file Comment.h.

◆ classof()

bool clang::comments::HTMLStartTagComment::classof ( const Comment * C)
inlinestatic

Definition at line 497 of file Comment.h.

References clang::C.

◆ getAttr()

const Attribute & clang::comments::HTMLStartTagComment::getAttr ( unsigned Idx) const
inline

Definition at line 509 of file Comment.h.

◆ getNumAttrs()

unsigned clang::comments::HTMLStartTagComment::getNumAttrs ( ) const
inline

Definition at line 505 of file Comment.h.

◆ isSelfClosing()

bool clang::comments::HTMLStartTagComment::isSelfClosing ( ) const
inline

Definition at line 530 of file Comment.h.

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

◆ setAttrs()

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

◆ setGreaterLoc()

void clang::comments::HTMLStartTagComment::setGreaterLoc ( SourceLocation GreaterLoc)
inline

Definition at line 526 of file Comment.h.

References clang::comments::Comment::Range.

◆ setSelfClosing()

void clang::comments::HTMLStartTagComment::setSelfClosing ( )
inline

Definition at line 534 of file Comment.h.

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


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