clang 20.0.0git
|
A verbatim block command (e. More...
#include "clang/AST/Comment.h"
Static Public Member Functions | |
static bool | classof (const Comment *C) |
Static Public Member Functions inherited from clang::comments::BlockCommandComment | |
static bool | classof (const Comment *C) |
Static Public Member Functions inherited from clang::comments::BlockContentComment | |
static bool | classof (const Comment *C) |
Protected Attributes | |
StringRef | CloseName |
SourceLocation | CloseNameLocBegin |
ArrayRef< VerbatimBlockLineComment * > | Lines |
Protected Attributes inherited from clang::comments::BlockCommandComment | |
ArrayRef< Argument > | Args |
Word-like arguments. | |
ParagraphComment * | Paragraph |
Paragraph argument. | |
Protected Attributes inherited from clang::comments::Comment | |
SourceLocation | Loc |
Preferred location to show caret. | |
SourceRange | Range |
Source range of this AST node. | |
union { | |
CommentBitfields CommentBits | |
InlineContentCommentBitfields InlineContentCommentBits | |
TextCommentBitfields TextCommentBits | |
InlineCommandCommentBitfields InlineCommandCommentBits | |
HTMLTagCommentBitfields HTMLTagCommentBits | |
HTMLStartTagCommentBitfields HTMLStartTagCommentBits | |
ParagraphCommentBitfields ParagraphCommentBits | |
BlockCommandCommentBitfields BlockCommandCommentBits | |
ParamCommandCommentBitfields ParamCommandCommentBits | |
}; | |
Additional Inherited Members | |
Public Types inherited from clang::comments::Comment | |
typedef Comment *const * | child_iterator |
Protected Types inherited from clang::comments::Comment | |
enum | { NumCommentBits = 8 } |
enum | { NumInlineContentCommentBits = NumCommentBits + 1 } |
enum | { NumTextCommentBits = NumInlineContentCommentBits + 2 } |
enum | { NumInlineCommandCommentBits } |
enum | { NumHTMLTagCommentBits = NumInlineContentCommentBits + 1 } |
enum | { NumHTMLStartTagCommentBits = NumHTMLTagCommentBits + 1 } |
enum | { NumParagraphCommentBits = NumCommentBits + 2 } |
enum | { NumBlockCommandCommentBits } |
enum | { NumParamCommandCommentBits = NumBlockCommandCommentBits + 3 } |
Protected Member Functions inherited from clang::comments::BlockCommandComment | |
BlockCommandComment (CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) | |
Protected Member Functions inherited from clang::comments::BlockContentComment | |
BlockContentComment (CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd) | |
Protected Member Functions inherited from clang::comments::Comment | |
void | setSourceRange (SourceRange SR) |
void | setLocation (SourceLocation L) |
A verbatim block command (e.
g., preformatted code). Verbatim block has an opening and a closing command and contains multiple lines of text (VerbatimBlockLineComment nodes).
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 905 of file Comment.h.
References CloseName, and CloseNameLocBegin.
|
inline |
|
protected |
Definition at line 881 of file Comment.h.
Referenced by getCloseName(), and setCloseName().
|
protected |
Definition at line 882 of file Comment.h.
Referenced by setCloseName().
|
protected |
Definition at line 883 of file Comment.h.
Referenced by child_begin(), child_end(), getNumLines(), getText(), and setLines().