clang 17.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 142 of file RawCommentList.h.
|
inline |
Definition at line 147 of file RawCommentList.h.
PresumedLoc clang::RawComment::CommentLine::Begin |
Definition at line 144 of file RawCommentList.h.
PresumedLoc clang::RawComment::CommentLine::End |
Definition at line 145 of file RawCommentList.h.
std::string clang::RawComment::CommentLine::Text |
Definition at line 143 of file RawCommentList.h.