|
clang 22.0.0git
|
#include "clang/AST/RawCommentList.h"
Public Member Functions | |
| CommentLine (StringRef Text, PresumedLoc Begin, PresumedLoc End) | |
Public Attributes | |
| std::string | Text |
| PresumedLoc | Begin |
| PresumedLoc | End |
Definition at line 153 of file RawCommentList.h.
|
inline |
Definition at line 158 of file RawCommentList.h.
| PresumedLoc clang::RawComment::CommentLine::Begin |
Definition at line 155 of file RawCommentList.h.
Referenced by CommentLine().
| PresumedLoc clang::RawComment::CommentLine::End |
Definition at line 156 of file RawCommentList.h.
Referenced by CommentLine().
| std::string clang::RawComment::CommentLine::Text |
Definition at line 154 of file RawCommentList.h.
Referenced by CommentLine().