clang API Documentation
A single paragraph that contains inline content. More...
#include <Comment.h>


Public Member Functions | |
| ParagraphComment (ArrayRef< InlineContentComment * > Content) | |
| child_iterator | child_begin () const |
| child_iterator | child_end () const |
| bool | isWhitespace () const |
Static Public Member Functions | |
| static bool | classof (const Comment *C) |
| clang::comments::ParagraphComment::ParagraphComment | ( | ArrayRef< InlineContentComment * > | Content | ) | [inline] |
Definition at line 556 of file Comment.h.
References clang::comments::Comment::ParagraphCommentBits, clang::comments::Comment::setLocation(), and clang::comments::Comment::setSourceRange().
| child_iterator clang::comments::ParagraphComment::child_begin | ( | ) | const [inline] |
Reimplemented from clang::comments::Comment.
| child_iterator clang::comments::ParagraphComment::child_end | ( | ) | const [inline] |
Reimplemented from clang::comments::Comment.
| static bool clang::comments::ParagraphComment::classof | ( | const Comment * | C | ) | [inline, static] |
Reimplemented from clang::comments::BlockContentComment.
Definition at line 574 of file Comment.h.
References clang::comments::Comment::getCommentKind().
| bool clang::comments::ParagraphComment::isWhitespace | ( | ) | const [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().