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:

protected Loc
protected Range
protected

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:

Methods

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)

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

Parameters

const clang::comments::Comment* C