clang API Documentation

Public Member Functions | Static Public Member Functions | Protected Member Functions
clang::comments::InlineContentComment Class Reference

#include <Comment.h>

Inheritance diagram for clang::comments::InlineContentComment:
Inheritance graph
[legend]
Collaboration diagram for clang::comments::InlineContentComment:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void addTrailingNewline ()
bool hasTrailingNewline () const

Static Public Member Functions

static bool classof (const Comment *C)

Protected Member Functions

 InlineContentComment (CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd)

Detailed Description

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

Definition at line 242 of file Comment.h.


Constructor & Destructor Documentation

Definition at line 244 of file Comment.h.

References clang::comments::Comment::InlineContentCommentBits.


Member Function Documentation

Definition at line 257 of file Comment.h.

References clang::comments::Comment::InlineContentCommentBits.

static bool clang::comments::InlineContentComment::classof ( const Comment C) [inline, static]

Definition at line 261 of file Comment.h.

References clang::comments::Comment::InlineContentCommentBits.


The documentation for this class was generated from the following file: