clang  3.9.0
Public Member Functions | Public Attributes | List of all members
clang::comments::HTMLStartTagComment::Attribute Class Reference

#include <Comment.h>

Collaboration diagram for clang::comments::HTMLStartTagComment::Attribute:
[legend]

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 421 of file Comment.h.

Constructor & Destructor Documentation

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

Definition at line 431 of file Comment.h.

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

Definition at line 433 of file Comment.h.

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

Definition at line 439 of file Comment.h.

Member Function Documentation

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

Definition at line 451 of file Comment.h.

References getNameLocEnd(), and NameLocBegin.

Member Data Documentation

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

Definition at line 426 of file Comment.h.

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

Definition at line 424 of file Comment.h.

Referenced by getNameLocEnd().

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

Definition at line 423 of file Comment.h.

Referenced by getNameLocEnd(), and getNameRange().

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

Definition at line 429 of file Comment.h.

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

Definition at line 428 of file Comment.h.

Referenced by clang::comments::HTMLStartTagComment::setAttrs().


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