clang
3.9.0
|
Doxygen \param command. More...
#include <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 728 of file Comment.h.
References In, and clang::comments::Comment::ParamCommandCommentBits.
Definition at line 739 of file Comment.h.
References clang::comments::Comment::getCommentKind().
|
inline |
Definition at line 751 of file Comment.h.
References clang::comments::Comment::ParamCommandCommentBits.
|
static |
Definition at line 117 of file Comment.cpp.
References In, InOut, and Out.
Referenced by clang::comments::Sema::actOnParamCommandDirectionArg().
|
inline |
Definition at line 791 of file Comment.h.
References isParamIndexValid(), and isVarArgParam().
Referenced by getParamName().
StringRef clang::comments::ParamCommandComment::getParamName | ( | const FullComment * | FC | ) | const |
Definition at line 324 of file Comment.cpp.
References clang::comments::FullComment::getDeclInfo(), getParamIndex(), isParamIndexValid(), isVarArgParam(), and clang::comments::DeclInfo::ParamVars.
|
inline |
Definition at line 770 of file Comment.h.
References clang::comments::BlockCommandComment::Args.
Referenced by clang::comments::Sema::resolveParamCommandIndexes().
|
inline |
Definition at line 774 of file Comment.h.
References clang::comments::BlockCommandComment::Args.
Referenced by clang::comments::Sema::resolveParamCommandIndexes().
|
inline |
Definition at line 764 of file Comment.h.
References clang::comments::BlockCommandComment::getNumArgs().
Referenced by clang::comments::Sema::resolveParamCommandIndexes().
|
inline |
Definition at line 755 of file Comment.h.
References clang::comments::Comment::ParamCommandCommentBits.
Referenced by clang::comments::Sema::actOnParamCommandParamNameArg().
|
inline |
Definition at line 778 of file Comment.h.
References InvalidParamIndex.
Referenced by getParamIndex(), getParamName(), setIsVarArgParam(), and setParamIndex().
|
inline |
Definition at line 782 of file Comment.h.
References VarArgParamIndex.
Referenced by getParamIndex(), getParamName(), and setParamIndex().
|
inline |
Definition at line 759 of file Comment.h.
References clang::comments::Comment::ParamCommandCommentBits.
Referenced by clang::comments::Sema::actOnParamCommandDirectionArg(), and clang::comments::Sema::actOnParamCommandParamNameArg().
|
inline |
Definition at line 786 of file Comment.h.
References isParamIndexValid(), and VarArgParamIndex.
Referenced by clang::comments::Sema::resolveParamCommandIndexes().
|
inline |
Definition at line 797 of file Comment.h.
References isParamIndexValid(), and isVarArgParam().
Referenced by clang::comments::Sema::resolveParamCommandIndexes().