clang
9.0.0
|
A line of text contained in a verbatim block. More...
#include "clang/AST/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 |
![]() | |
Comment (CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd) | |
CommentKind | getCommentKind () const |
const char * | getCommentKindName () const |
void | dump () const |
void | dumpColor () const |
void | dump (const ASTContext &Context) const |
void | dump (raw_ostream &OS, const CommandTraits *Traits, const SourceManager *SM) const |
SourceRange | getSourceRange () const LLVM_READONLY |
SourceLocation | getBeginLoc () const LLVM_READONLY |
SourceLocation | getEndLoc () const LLVM_READONLY |
SourceLocation | getLocation () const LLVM_READONLY |
child_iterator | child_begin () const |
child_iterator | child_end () const |
unsigned | child_count () const |
Static Public Member Functions | |
static bool | classof (const Comment *C) |
|
inline |
|
inline |
|
inline |
Definition at line 875 of file Comment.h.
References clang::comments::Comment::getCommentKind().
|
inline |
Definition at line 883 of file Comment.h.
References Text.
Referenced by clang::TextNodeDumper::visitVerbatimBlockLineComment(), and clang::JSONNodeDumper::visitVerbatimBlockLineComment().