clang 20.0.0git
|
A full comment attached to a declaration, contains block content. More...
#include "clang/AST/Comment.h"
Public Member Functions | |
FullComment (ArrayRef< BlockContentComment * > Blocks, DeclInfo *D) | |
child_iterator | child_begin () const |
child_iterator | child_end () const |
const Decl * | getDecl () const LLVM_READONLY |
const DeclInfo * | getDeclInfo () const LLVM_READONLY |
ArrayRef< BlockContentComment * > | getBlocks () const |
Public Member Functions inherited from clang::comments::Comment | |
Comment (CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd) | |
CommentKind | getCommentKind () const |
const char * | getCommentKindName () const |
void | dump () const |
void | dumpColor () const |
void | dump (raw_ostream &OS, const ASTContext &Context) 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) |
A full comment attached to a declaration, contains block content.
|
inline |
Definition at line 1088 of file Comment.h.
References clang::comments::Comment::setLocation(), and clang::comments::Comment::setSourceRange().
|
inline |
|
inline |
|
inline |
Definition at line 1121 of file Comment.h.
Referenced by clang::ASTContext::cloneFullComment().
|
inline |
Definition at line 1111 of file Comment.h.
References clang::comments::DeclInfo::CommentDecl.
Referenced by clang::ASTContext::cloneFullComment().
|
inline |
Definition at line 1115 of file Comment.h.
References clang::comments::DeclInfo::fill(), and clang::comments::DeclInfo::IsFilled.
Referenced by clang::ASTContext::cloneFullComment(), clang::comments::ParamCommandComment::getParamName(), and clang::comments::TParamCommandComment::getParamName().