clang 20.0.0git
Public Member Functions | Static Public Member Functions | List of all members
clang::comments::TParamCommandComment Class Reference

Doxygen \tparam command, describes a template parameter. More...

#include "clang/AST/Comment.h"

Inheritance diagram for clang::comments::TParamCommandComment:
Inheritance graph
[legend]

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)
 
- Public Member Functions inherited from clang::comments::BlockCommandComment
 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