|
clang 22.0.0git
|
#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 |
|
inline |
|
inline |
Definition at line 468 of file Comment.h.
References EqualsLoc, Name, and NameLocBegin.
|
inline |
Definition at line 471 of file Comment.h.
References EqualsLoc, Name, NameLocBegin, Value, and ValueRange.
|
inline |
Definition at line 476 of file Comment.h.
References Name, and NameLocBegin.
Referenced by getNameRange().
|
inline |
Definition at line 480 of file Comment.h.
References getNameLocEnd(), and NameLocBegin.
| SourceLocation clang::comments::HTMLStartTagComment::Attribute::EqualsLoc |
Definition at line 461 of file Comment.h.
Referenced by Attribute(), and Attribute().
| StringRef clang::comments::HTMLStartTagComment::Attribute::Name |
Definition at line 459 of file Comment.h.
Referenced by Attribute(), Attribute(), and getNameLocEnd().
| SourceLocation clang::comments::HTMLStartTagComment::Attribute::NameLocBegin |
Definition at line 458 of file Comment.h.
Referenced by Attribute(), Attribute(), getNameLocEnd(), and getNameRange().
| StringRef clang::comments::HTMLStartTagComment::Attribute::Value |
Definition at line 464 of file Comment.h.
Referenced by Attribute().
| SourceRange clang::comments::HTMLStartTagComment::Attribute::ValueRange |
Definition at line 463 of file Comment.h.
Referenced by Attribute().