|
clang
5.0.0
|
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 (const ASTContext &Context) const |
| void | dump (raw_ostream &OS, const CommandTraits *Traits, const SourceManager *SM) const |
| SourceRange | getSourceRange () const LLVM_READONLY |
| SourceLocation | getLocStart () const LLVM_READONLY |
| SourceLocation | getLocEnd () 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 1102 of file Comment.h.
References clang::comments::Comment::setLocation(), and clang::comments::Comment::setSourceRange().
|
inline |
Definition at line 1117 of file Comment.h.
Referenced by clang::comments::Sema::resolveParamCommandIndexes().
|
inline |
Definition at line 1121 of file Comment.h.
Referenced by clang::comments::Sema::resolveParamCommandIndexes().
Definition at line 1113 of file Comment.h.
References clang::comments::Comment::getCommentKind().
|
inline |
Definition at line 1135 of file Comment.h.
Referenced by clang::ASTContext::cloneFullComment().
|
inline |
Definition at line 1125 of file Comment.h.
References clang::comments::DeclInfo::CommentDecl.
Referenced by clang::ASTContext::cloneFullComment().
|
inline |
Definition at line 1129 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().
1.8.6