clang API Documentation
#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 |
| clang::comments::HTMLStartTagComment::Attribute::Attribute | ( | SourceLocation | NameLocBegin, |
| StringRef | Name | ||
| ) | [inline] |
| clang::comments::HTMLStartTagComment::Attribute::Attribute | ( | SourceLocation | NameLocBegin, |
| StringRef | Name, | ||
| SourceLocation | EqualsLoc, | ||
| SourceRange | ValueRange, | ||
| StringRef | Value | ||
| ) | [inline] |
| SourceLocation clang::comments::HTMLStartTagComment::Attribute::getNameLocEnd | ( | ) | const [inline] |
Definition at line 447 of file Comment.h.
References clang::SourceLocation::getLocWithOffset(), Name, and NameLocBegin.
Referenced by getNameRange(), and clang::comments::HTMLStartTagComment::setAttrs().
| SourceRange clang::comments::HTMLStartTagComment::Attribute::getNameRange | ( | ) | const [inline] |
Definition at line 451 of file Comment.h.
References getNameLocEnd(), and NameLocBegin.
Definition at line 424 of file Comment.h.
Referenced by getNameLocEnd().
Definition at line 423 of file Comment.h.
Referenced by getNameLocEnd(), and getNameRange().
Definition at line 428 of file Comment.h.
Referenced by clang::comments::HTMLStartTagComment::setAttrs().