clang 20.0.0git
|
A command that has zero or more word-like arguments (number of word-like arguments depends on command name) and a paragraph as an argument (e. More...
#include "clang/AST/Comment.h"
Static Public Member Functions | |
static bool | classof (const Comment *C) |
![]() | |
static bool | classof (const Comment *C) |
Protected Member Functions | |
BlockCommandComment (CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) | |
![]() | |
BlockContentComment (CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd) | |
![]() | |
void | setSourceRange (SourceRange SR) |
void | setLocation (SourceLocation L) |
Protected Attributes | |
ArrayRef< Argument > | Args |
Word-like arguments. | |
ParagraphComment * | Paragraph |
Paragraph argument. | |
![]() | |
SourceLocation | Loc |
Preferred location to show caret. | |