clang API Documentation
#include <Comment.h>
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) |
Inline content (contained within a block). Abstract class.
clang::comments::InlineContentComment::InlineContentComment | ( | CommentKind | K, |
SourceLocation | LocBegin, | ||
SourceLocation | LocEnd | ||
) | [inline, protected] |
Definition at line 244 of file Comment.h.
References clang::comments::Comment::InlineContentCommentBits.
void clang::comments::InlineContentComment::addTrailingNewline | ( | ) | [inline] |
Definition at line 257 of file Comment.h.
References clang::comments::Comment::InlineContentCommentBits.
static bool clang::comments::InlineContentComment::classof | ( | const Comment * | C | ) | [inline, static] |
Reimplemented in clang::comments::HTMLEndTagComment, clang::comments::HTMLStartTagComment, clang::comments::HTMLTagComment, clang::comments::InlineCommandComment, and clang::comments::TextComment.
Definition at line 252 of file Comment.h.
References clang::comments::Comment::getCommentKind().
bool clang::comments::InlineContentComment::hasTrailingNewline | ( | ) | const [inline] |
Definition at line 261 of file Comment.h.
References clang::comments::Comment::InlineContentCommentBits.