clang 19.0.0git
Public Types | Public Member Functions | Static Public Member Functions | List of all members
clang::comments::ParamCommandComment Class Reference

Doxygen \param command. More...

#include "clang/AST/Comment.h"

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

Public Types

enum  : unsigned { InvalidParamIndex = ~0U , VarArgParamIndex = ~0U - 1U }
 
- Public Types inherited from clang::comments::Comment
typedef Comment *const * child_iterator
 

Public Member Functions

 ParamCommandComment (SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker)
 
ParamCommandPassDirection getDirection () const LLVM_READONLY
 
bool isDirectionExplicit () const LLVM_READONLY
 
void setDirection (ParamCommandPassDirection Direction, bool Explicit)
 
bool hasParamName () const
 
StringRef getParamName (const FullComment *FC) const
 
StringRef getParamNameAsWritten () const
 
SourceRange getParamNameRange () const
 
bool isParamIndexValid () const LLVM_READONLY
 
bool isVarArgParam () const LLVM_READONLY
 
void setIsVarArgParam ()
 
unsigned getParamIndex () const LLVM_READONLY
 
void setParamIndex (unsigned Index)
 
- 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 getArgText (unsigned Idx) const
 
SourceRange getArgRange (unsigned Idx) const
 
void setArgs (ArrayRef< Argument > A)
 
ParagraphCommentgetParagraph () const LLVM_READONLY
 
bool hasNonWhitespaceParagraph () const
 
void setParagraph (ParagraphComment *PC)
 
CommandMarkerKind getCommandMarker () const LLVM_READONLY
 
- 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)
 
static const char * getDirectionAsString (ParamCommandPassDirection D)
 
- 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)
 

Additional Inherited Members

- 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)
 
- Protected Attributes inherited from clang::comments::BlockCommandComment
ArrayRef< ArgumentArgs
 Word-like arguments.
 
ParagraphCommentParagraph
 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
 
}; 
 

Detailed Description

Doxygen \param command.

Definition at line 711 of file Comment.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : unsigned
Enumerator
InvalidParamIndex 
VarArgParamIndex 

Definition at line 717 of file Comment.h.

Constructor & Destructor Documentation

◆ ParamCommandComment()

clang::comments::ParamCommandComment::ParamCommandComment ( SourceLocation  LocBegin,
SourceLocation  LocEnd,
unsigned  CommandID,
CommandMarkerKind  CommandMarker 
)
inline

Member Function Documentation

◆ classof()

static bool clang::comments::ParamCommandComment::classof ( const Comment C)
inlinestatic

Definition at line 732 of file Comment.h.

References clang::C.

◆ getDirection()

ParamCommandPassDirection clang::comments::ParamCommandComment::getDirection ( ) const
inline

Definition at line 738 of file Comment.h.

References clang::comments::Comment::ParamCommandCommentBits.

◆ getDirectionAsString()

const char * clang::comments::ParamCommandComment::getDirectionAsString ( ParamCommandPassDirection  D)
static

◆ getParamIndex()

unsigned clang::comments::ParamCommandComment::getParamIndex ( ) const
inline

Definition at line 779 of file Comment.h.

References isParamIndexValid(), and isVarArgParam().

Referenced by getParamName().

◆ getParamName()

StringRef clang::comments::ParamCommandComment::getParamName ( const FullComment FC) const

◆ getParamNameAsWritten()

StringRef clang::comments::ParamCommandComment::getParamNameAsWritten ( ) const
inline

Definition at line 758 of file Comment.h.

References clang::comments::BlockCommandComment::Args.

◆ getParamNameRange()

SourceRange clang::comments::ParamCommandComment::getParamNameRange ( ) const
inline

Definition at line 762 of file Comment.h.

References clang::comments::BlockCommandComment::Args.

◆ hasParamName()

bool clang::comments::ParamCommandComment::hasParamName ( ) const
inline

Definition at line 752 of file Comment.h.

References clang::comments::BlockCommandComment::getNumArgs().

◆ isDirectionExplicit()

bool clang::comments::ParamCommandComment::isDirectionExplicit ( ) const
inline

◆ isParamIndexValid()

bool clang::comments::ParamCommandComment::isParamIndexValid ( ) const
inline

Definition at line 766 of file Comment.h.

References InvalidParamIndex.

Referenced by getParamIndex(), getParamName(), setIsVarArgParam(), and setParamIndex().

◆ isVarArgParam()

bool clang::comments::ParamCommandComment::isVarArgParam ( ) const
inline

Definition at line 770 of file Comment.h.

References VarArgParamIndex.

Referenced by getParamIndex(), getParamName(), and setParamIndex().

◆ setDirection()

void clang::comments::ParamCommandComment::setDirection ( ParamCommandPassDirection  Direction,
bool  Explicit 
)
inline

◆ setIsVarArgParam()

void clang::comments::ParamCommandComment::setIsVarArgParam ( )
inline

Definition at line 774 of file Comment.h.

References isParamIndexValid(), and VarArgParamIndex.

◆ setParamIndex()

void clang::comments::ParamCommandComment::setParamIndex ( unsigned  Index)
inline

Definition at line 785 of file Comment.h.

References isParamIndexValid(), and isVarArgParam().


The documentation for this class was generated from the following files: