clang 17.0.0git
|
Doxygen \param command. More...
#include "clang/AST/Comment.h"
Public Types | |
enum | : unsigned { InvalidParamIndex = ~0U , VarArgParamIndex = ~0U - 1U } |
enum | PassDirection { In , Out , InOut } |
![]() | |
enum | CommentKind { NoCommentKind = 0 } |
typedef Comment *const * | child_iterator |
Static Public Member Functions | |
static bool | classof (const Comment *C) |
static const char * | getDirectionAsString (PassDirection D) |
![]() | |
static bool | classof (const Comment *C) |
![]() | |
static bool | classof (const Comment *C) |
anonymous enum : unsigned |
|
inline |
Definition at line 705 of file Comment.h.
References In, and clang::comments::Comment::ParamCommandCommentBits.
|
inline |
Definition at line 728 of file Comment.h.
References clang::comments::Comment::ParamCommandCommentBits.
|
static |
Definition at line 187 of file Comment.cpp.
References In, InOut, and Out.
Referenced by clang::comments::Sema::actOnParamCommandDirectionArg(), and clang::TextNodeDumper::visitParamCommandComment().
|
inline |
Definition at line 768 of file Comment.h.
References isParamIndexValid(), and isVarArgParam().
Referenced by getParamName().
StringRef clang::comments::ParamCommandComment::getParamName | ( | const FullComment * | FC | ) | const |
Definition at line 364 of file Comment.cpp.
References clang::comments::FullComment::getDeclInfo(), getParamIndex(), isParamIndexValid(), isVarArgParam(), and clang::comments::DeclInfo::ParamVars.
|
inline |
Definition at line 747 of file Comment.h.
References clang::comments::BlockCommandComment::Args.
|
inline |
Definition at line 751 of file Comment.h.
References clang::comments::BlockCommandComment::Args.
|
inline |
Definition at line 741 of file Comment.h.
References clang::comments::BlockCommandComment::getNumArgs().
|
inline |
Definition at line 732 of file Comment.h.
References clang::comments::Comment::ParamCommandCommentBits.
Referenced by clang::comments::Sema::actOnParamCommandParamNameArg().
|
inline |
Definition at line 755 of file Comment.h.
References InvalidParamIndex.
Referenced by getParamIndex(), getParamName(), setIsVarArgParam(), and setParamIndex().
|
inline |
Definition at line 759 of file Comment.h.
References VarArgParamIndex.
Referenced by getParamIndex(), getParamName(), and setParamIndex().
|
inline |
Definition at line 736 of file Comment.h.
References clang::comments::Comment::ParamCommandCommentBits.
Referenced by clang::comments::Sema::actOnParamCommandDirectionArg(), and clang::comments::Sema::actOnParamCommandParamNameArg().
|
inline |
Definition at line 763 of file Comment.h.
References isParamIndexValid(), and VarArgParamIndex.
|
inline |
Definition at line 774 of file Comment.h.
References isParamIndexValid(), and isVarArgParam().