class ParagraphComment

Declaration

class ParagraphComment : public BlockContentComment { /* full declaration omitted */ };

Description

A single paragraph that contains inline content.

Declared at: clang/include/clang/AST/Comment.h:538

Inherits from: BlockContentComment

Member Variables

private ArrayRef<clang::comments::InlineContentComment*> Content

Inherited from Comment:

protected Loc
protected Range
protected

Method Overview

Inherited from BlockContentComment:

Inherited from Comment:

Methods

ParagraphComment(
    ArrayRef<
        clang::comments::InlineContentComment*>
        Content)

Declared at: clang/include/clang/AST/Comment.h:542

Parameters

ArrayRef<clang::comments::InlineContentComment*> Content

clang::comments::Comment::child_iterator
child_begin() const

Declared at: clang/include/clang/AST/Comment.h:564

clang::comments::Comment::child_iterator
child_end() const

Declared at: clang/include/clang/AST/Comment.h:568

static bool classof(
    const clang::comments::Comment* C)

Declared at: clang/include/clang/AST/Comment.h:560

Parameters

const clang::comments::Comment* C

bool isWhitespace() const

Declared at: clang/include/clang/AST/Comment.h:572

bool isWhitespaceNoCache() const

Declared at: clang/include/clang/AST/Comment.h:582