clang 20.0.0git
|
Doxygen \tparam command, describes a template parameter. More...
#include "clang/AST/Comment.h"
Public Member Functions | |
TParamCommandComment (SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) | |
bool | hasParamName () const |
StringRef | getParamName (const FullComment *FC) const |
StringRef | getParamNameAsWritten () const |
SourceRange | getParamNameRange () const |
bool | isPositionValid () const LLVM_READONLY |
unsigned | getDepth () const |
unsigned | getIndex (unsigned Depth) const |
void | setPosition (ArrayRef< unsigned > NewPosition) |
![]() | |
BlockCommandComment (SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) | |
child_iterator | child_begin () const |
child_iterator | child_end () const |
unsigned | getCommandID () const |
StringRef | getCommandName (const CommandTraits &Traits) const |
SourceLocation | getCommandNameBeginLoc () const |
SourceRange | getCommandNameRange (const CommandTraits &Traits) const |
unsigned | getNumArgs () const |
StringRef |