clang API Documentation
A line of text contained in a verbatim block. More...
#include <Comment.h>
Public Member Functions | |
VerbatimBlockLineComment (SourceLocation LocBegin, StringRef Text) | |
child_iterator | child_begin () const |
child_iterator | child_end () const |
StringRef | getText () const LLVM_READONLY |
Static Public Member Functions | |
static bool | classof (const Comment *C) |
clang::comments::VerbatimBlockLineComment::VerbatimBlockLineComment | ( | SourceLocation | LocBegin, |
StringRef | Text | ||
) | [inline] |
child_iterator clang::comments::VerbatimBlockLineComment::child_begin | ( | ) | const [inline] |
Reimplemented from clang::comments::Comment.
child_iterator clang::comments::VerbatimBlockLineComment::child_end | ( | ) | const [inline] |
Reimplemented from clang::comments::Comment.
static bool clang::comments::VerbatimBlockLineComment::classof | ( | const Comment * | C | ) | [inline, static] |
Definition at line 881 of file Comment.h.
References clang::comments::Comment::getCommentKind().
StringRef clang::comments::VerbatimBlockLineComment::getText | ( | ) | const [inline] |