clang
3.7.0
|
#include <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 |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 447 of file Comment.h.
References clang::SourceLocation::getLocWithOffset(), Name, and NameLocBegin.
Referenced by getNameRange(), and clang::comments::HTMLStartTagComment::setAttrs().
|
inline |
Definition at line 451 of file Comment.h.
References getNameLocEnd(), and NameLocBegin.
SourceLocation clang::comments::HTMLStartTagComment::Attribute::EqualsLoc |
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 |
SourceRange clang::comments::HTMLStartTagComment::Attribute::ValueRange |
Definition at line 428 of file Comment.h.
Referenced by clang::comments::HTMLStartTagComment::setAttrs().