clang 20.0.0git
|
Doxygen \param command. More...
#include "clang/AST/Comment.h"
Public Types | |
enum | : unsigned { InvalidParamIndex = ~0U , VarArgParamIndex = ~0U - 1U } |
Public Types inherited from clang::comments::Comment | |
typedef Comment *const * | child_iterator |
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) |
anonymous enum : unsigned |
|
inline |
Definition at line 722 of file Comment.h.
References clang::comments::In, and clang::comments::Comment::ParamCommandCommentBits.
|
inline |
Definition at line 738 of file Comment.h.
References clang::comments::Comment::ParamCommandCommentBits.
|
static |
Definition at line 191 of file Comment.cpp.
References D, clang::comments::In, clang::comments::InOut, and clang::comments::Out.
Referenced by clang::comments::Sema::actOnParamCommandDirectionArg(), and clang::TextNodeDumper::visitParamCommandComment().
|
inline |
Definition at line 779 of file Comment.h.
References isParamIndexValid(), and isVarArgParam().
Referenced by getParamName().
StringRef clang::comments::ParamCommandComment::getParamName | ( | const FullComment * | FC | ) | const |
Definition at line 368 of file Comment.cpp.
References clang::comments::FullComment::getDeclInfo(), getParamIndex(), isParamIndexValid(), isVarArgParam(), and clang::comments::DeclInfo::ParamVars.
|
inline |
Definition at line 758 of file Comment.h.
References clang::comments::BlockCommandComment::Args.
|
inline |
Definition at line 762 of file Comment.h.
References clang::comments::BlockCommandComment::Args.
|
inline |
Definition at line 752 of file Comment.h.
References clang::comments::BlockCommandComment::getNumArgs().
|
inline |
Definition at line 743 of file Comment.h.
References clang::comments::Comment::ParamCommandCommentBits.
Referenced by clang::comments::Sema::actOnParamCommandParamNameArg().
|
inline |
Definition at line 766 of file Comment.h.
References InvalidParamIndex.
Referenced by getParamIndex(), getParamName(), setIsVarArgParam(), and setParamIndex().
|
inline |
Definition at line 770 of file Comment.h.
References VarArgParamIndex.
Referenced by getParamIndex(), getParamName(), and setParamIndex().
|
inline |
Definition at line 747 of file Comment.h.
References clang::comments::Comment::ParamCommandCommentBits.
Referenced by clang::comments::Sema::actOnParamCommandDirectionArg(), and clang::comments::Sema::actOnParamCommandParamNameArg().
|
inline |
Definition at line 774 of file Comment.h.
References isParamIndexValid(), and VarArgParamIndex.
|
inline |
Definition at line 785 of file Comment.h.
References isParamIndexValid(), and isVarArgParam().