class InlineContentComment

Declaration

class InlineContentComment : public Comment { /* full declaration omitted */ };

Description

Inline content (contained within a block). Abstract class.

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

Inherits from: Comment

Member Variables

Inherited from Comment:

protected Loc
protected Range
protected

Method Overview

Inherited from Comment:

Methods

InlineContentComment(
    clang::comments::Comment::CommentKind K,
    clang::SourceLocation LocBegin,
    clang::SourceLocation LocEnd)

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

Parameters

clang::comments::Comment::CommentKind K
clang::SourceLocation LocBegin
clang::SourceLocation LocEnd

void addTrailingNewline()

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

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

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

Parameters

const clang::comments::Comment* C

bool hasTrailingNewline() const

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