clang API Documentation
Plain text. More...
#include <Comment.h>
Public Member Functions | |
TextComment (SourceLocation LocBegin, SourceLocation LocEnd, StringRef Text) | |
child_iterator | child_begin () const |
child_iterator | child_end () const |
StringRef | getText () const LLVM_READONLY |
bool | isWhitespace () const |
Static Public Member Functions | |
static bool | classof (const Comment *C) |
clang::comments::TextComment::TextComment | ( | SourceLocation | LocBegin, |
SourceLocation | LocEnd, | ||
StringRef | Text | ||
) | [inline] |
Definition at line 271 of file Comment.h.
References clang::comments::Comment::TextCommentBits.
child_iterator clang::comments::TextComment::child_begin | ( | ) | const [inline] |
Reimplemented from clang::comments::Comment.
child_iterator clang::comments::TextComment::child_end | ( | ) | const [inline] |
Reimplemented from clang::comments::Comment.
static bool clang::comments::TextComment::classof | ( | const Comment * | C | ) | [inline, static] |
Reimplemented from clang::comments::InlineContentComment.
Definition at line 279 of file Comment.h.
References clang::comments::Comment::getCommentKind().
StringRef clang::comments::TextComment::getText | ( | ) | const [inline] |
bool clang::comments::TextComment::isWhitespace | ( | ) | const [inline] |
Definition at line 289 of file Comment.h.
References clang::comments::Comment::TextCommentBits.