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:
Method Overview
- public ParagraphComment(ArrayRef<clang::comments::InlineContentComment *> Content)
- public clang::comments::Comment::child_iterator child_begin() const
- public clang::comments::Comment::child_iterator child_end() const
- public static bool classof(const clang::comments::Comment * C)
- public bool isWhitespace() const
- private bool isWhitespaceNoCache() const
Inherited from BlockContentComment:
Inherited from Comment:
- public child_begin
- public child_count
- public child_end
- public dump
- public dump
- public dumpColor
- public getBeginLoc
- public getCommentKind
- public getCommentKindName
- public getEndLoc
- public getLocation
- public getSourceRange
- protected setLocation
- protected setSourceRange
Methods
¶ParagraphComment(
ArrayRef<
clang::comments::InlineContentComment*>
Content)
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
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
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)
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
bool isWhitespace() const
Declared at: clang/include/clang/AST/Comment.h:572
¶bool isWhitespaceNoCache() const
bool isWhitespaceNoCache() const
Declared at: clang/include/clang/AST/Comment.h:582