clang API Documentation

Public Member Functions | Static Public Member Functions
clang::comments::ParagraphComment Class Reference

A single paragraph that contains inline content. More...

#include <Comment.h>

Inheritance diagram for clang::comments::ParagraphComment:
Inheritance graph
[legend]
Collaboration diagram for clang::comments::ParagraphComment:
Collaboration graph
[legend]

List of all members.

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)

Detailed Description

A single paragraph that contains inline content.

Definition at line 552 of file Comment.h.


Constructor & Destructor Documentation


Member Function Documentation

Reimplemented from clang::comments::Comment.

Definition at line 578 of file Comment.h.

Reimplemented from clang::comments::Comment.

Definition at line 582 of file Comment.h.

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().


The documentation for this class was generated from the following files: