|
clang 22.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 1109 of file Comment.h.
References clang::comments::Comment::Comment(), FullComment(), clang::comments::Comment::setLocation(), and clang::comments::Comment::setSourceRange().
Referenced by FullComment().
|
inline |
|
inline |
Definition at line 1120 of file Comment.h.
References clang::C, and clang::comments::Comment::Comment().
|
inline |
Definition at line 1142 of file Comment.h.
Referenced by clang::ASTContext::cloneFullComment().
|
inline |
Definition at line 1132 of file Comment.h.
Referenced by clang::ASTContext::cloneFullComment().
|
inline |
Definition at line 1136 of file Comment.h.
References clang::comments::DeclInfo::fill().
Referenced by clang::ASTContext::cloneFullComment(), clang::comments::ParamCommandComment::getParamName(), and clang::comments::TParamCommandComment::getParamName().