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

#include "clang/AST/Comment.h"

Public Member Functions

 Attribute ()
 Attribute (SourceLocation NameLocBegin, StringRef Name)
 Attribute (SourceLocation NameLocBegin, StringRef Name, SourceLocation EqualsLoc, SourceRange ValueRange, StringRef Value)
SourceLocation getNameLocEnd () const
SourceRange getNameRange () const

Public Attributes

SourceLocation NameLocBegin
StringRef Name
SourceLocation EqualsLoc
SourceRange ValueRange
StringRef Value

Detailed Description

Definition at line 456 of file Comment.h.

Constructor & Destructor Documentation

◆ Attribute() [1/3]

clang::comments::HTMLStartTagComment::Attribute::Attribute ( )
inline

Definition at line 466 of file Comment.h.

◆ Attribute() [2/3]

clang::comments::HTMLStartTagComment::Attribute::Attribute ( SourceLocation NameLocBegin,
StringRef Name )
inline

Definition at line 468 of file Comment.h.

References EqualsLoc, Name, and NameLocBegin.

◆ Attribute() [3/3]

clang::comments::HTMLStartTagComment::Attribute::Attribute ( SourceLocation NameLocBegin,
StringRef Name,
SourceLocation EqualsLoc,
SourceRange ValueRange,
StringRef Value )
inline

Definition at line 471 of file Comment.h.

References EqualsLoc, Name, NameLocBegin, Value, and ValueRange.

Member Function Documentation

◆ getNameLocEnd()

SourceLocation clang::comments::HTMLStartTagComment::Attribute::getNameLocEnd ( ) const
inline

Definition at line 476 of file Comment.h.

References Name, and NameLocBegin.

Referenced by getNameRange().

◆ getNameRange()

SourceRange clang::comments::HTMLStartTagComment::Attribute::getNameRange ( ) const
inline

Definition at line 480 of file Comment.h.

References getNameLocEnd(), and NameLocBegin.

Member Data Documentation

◆ EqualsLoc

SourceLocation clang::comments::HTMLStartTagComment::Attribute::EqualsLoc

Definition at line 461 of file Comment.h.

Referenced by Attribute(), and Attribute().

◆ Name

StringRef clang::comments::HTMLStartTagComment::Attribute::Name

Definition at line 459 of file Comment.h.

Referenced by Attribute(), Attribute(), and getNameLocEnd().

◆ NameLocBegin

SourceLocation clang::comments::HTMLStartTagComment::Attribute::NameLocBegin

Definition at line 458 of file Comment.h.

Referenced by Attribute(), Attribute(), getNameLocEnd(), and getNameRange().

◆ Value

StringRef clang::comments::HTMLStartTagComment::Attribute::Value

Definition at line 464 of file Comment.h.

Referenced by Attribute().

◆ ValueRange

SourceRange clang::comments::HTMLStartTagComment::Attribute::ValueRange

Definition at line 463 of file Comment.h.

Referenced by Attribute().


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