clang API Documentation
#include <Comment.h>
Static Public Member Functions | |
static bool | classof (const Comment *C) |
Protected Member Functions | |
BlockContentComment (CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd) |
clang::comments::BlockContentComment::BlockContentComment | ( | CommentKind | K, |
SourceLocation | LocBegin, | ||
SourceLocation | LocEnd | ||
) | [inline, protected] |
static bool clang::comments::BlockContentComment::classof | ( | const Comment * | C | ) | [inline, static] |
Reimplemented in clang::comments::VerbatimLineComment, clang::comments::VerbatimBlockComment, clang::comments::TParamCommandComment, clang::comments::ParamCommandComment, clang::comments::BlockCommandComment, and clang::comments::ParagraphComment.
Definition at line 545 of file Comment.h.
References clang::comments::Comment::getCommentKind().