|
clang
5.0.0
|
A single paragraph that contains inline content. More...
#include "clang/AST/Comment.h"
Public Member Functions | |
| ParagraphComment (ArrayRef< InlineContentComment * > Content) | |
| child_iterator | child_begin () const |
| child_iterator | child_end () const |
| bool | isWhitespace () 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) |
Static Public Member Functions inherited from clang::comments::BlockContentComment | |
| static bool | classof (const Comment *C) |
|
inline |
Definition at line 556 of file Comment.h.
References clang::comments::Comment::ParagraphCommentBits, clang::comments::Comment::setLocation(), and clang::comments::Comment::setSourceRange().
|
inline |
|
inline |
Definition at line 574 of file Comment.h.
References clang::comments::Comment::getCommentKind().
|
inline |
Definition at line 586 of file Comment.h.
References clang::comments::Comment::ParagraphCommentBits.
Referenced by clang::comments::Sema::checkBlockCommandEmptyParagraph(), and clang::comments::BlockCommandComment::hasNonWhitespaceParagraph().
1.8.6