class BlockContentComment
Declaration
class BlockContentComment : public Comment { /* full declaration omitted */ };
Description
Block content (contains inline content). Abstract class.
Declared at: clang/include/clang/AST/Comment.h:522
Inherits from: Comment
Member Variables
Inherited from Comment:
Method Overview
- protected BlockContentComment(clang::comments::Comment::CommentKind K, clang::SourceLocation LocBegin, clang::SourceLocation LocEnd)
- public static bool classof(const clang::comments::Comment * C)
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
¶BlockContentComment(
clang::comments::Comment::CommentKind K,
clang::SourceLocation LocBegin,
clang::SourceLocation LocEnd)
BlockContentComment(
clang::comments::Comment::CommentKind K,
clang::SourceLocation LocBegin,
clang::SourceLocation LocEnd)
Declared at: clang/include/clang/AST/Comment.h:524
Parameters
- clang::comments::Comment::CommentKind K
- clang::SourceLocation LocBegin
- clang::SourceLocation LocEnd
¶static bool classof(
const clang::comments::Comment* C)
static bool classof(
const clang::comments::Comment* C)
Declared at: clang/include/clang/AST/Comment.h:531
Parameters
- const clang::comments::Comment* C