clang 20.0.0git
|
Inline content (contained within a block). More...
#include "clang/AST/Comment.h"
Public Member Functions | |
void | addTrailingNewline () |
bool | hasTrailingNewline () const |
Public Member Functions inherited from clang::comments::Comment | |
Comment (CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd) | |
CommentKind | getCommentKind () const |
const char * | getCommentKindName () const |
void | dump () const |
void | dumpColor () const |
void | dump (raw_ostream &OS, const ASTContext &Context) const |
SourceRange | getSourceRange () const LLVM_READONLY |
SourceLocation | getBeginLoc () const LLVM_READONLY |
SourceLocation | getEndLoc () const LLVM_READONLY |
SourceLocation | getLocation () const LLVM_READONLY |
child_iterator | child_begin () const |
child_iterator | child_end () const |
unsigned | child_count () const |
Static Public Member Functions | |
static bool | classof (const Comment *C) |
Protected Member Functions | |
InlineContentComment (CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd) | |
Protected Member Functions inherited from clang::comments::Comment | |
void | setSourceRange (SourceRange SR) |
void | setLocation (SourceLocation L) |
Inline content (contained within a block).
Abstract class.
|
inlineprotected |
Definition at line 267 of file Comment.h.
References clang::comments::Comment::InlineContentCommentBits.
|
inline |
Definition at line 281 of file Comment.h.
References clang::comments::Comment::InlineContentCommentBits.
|
inline |
Definition at line 285 of file Comment.h.
References clang::comments::Comment::InlineContentCommentBits.