clang-tools 20.0.0git
|
#include <Representation.h>
Public Member Functions | |
MemberTypeInfo ()=default | |
MemberTypeInfo (const TypeInfo &TI, StringRef Name, AccessSpecifier Access) | |
bool | operator== (const MemberTypeInfo &Other) const |
Public Member Functions inherited from clang::doc::FieldTypeInfo | |
FieldTypeInfo ()=default | |
FieldTypeInfo (const TypeInfo &TI, StringRef Name=StringRef(), StringRef DefaultValue=StringRef()) | |
bool | operator== (const FieldTypeInfo &Other) const |
Public Member Functions inherited from clang::doc::TypeInfo | |
TypeInfo ()=default | |
TypeInfo (const Reference &R) | |
TypeInfo (StringRef Name, StringRef Path=StringRef()) | |
bool | operator== (const TypeInfo &Other) const |
Public Attributes | |
AccessSpecifier | Access = AccessSpecifier::AS_public |
std::vector< CommentInfo > | Description |
Public Attributes inherited from clang::doc::FieldTypeInfo | |
SmallString< 16 > | Name |
SmallString< 16 > | DefaultValue |
Public Attributes inherited from clang::doc::TypeInfo | |
Reference | Type |
Definition at line 221 of file Representation.h.
|
default |
|
inline |
Definition at line 223 of file Representation.h.
|
inline |
Definition at line 226 of file Representation.h.
References Access, Description, clang::doc::FieldTypeInfo::Name, and clang::doc::TypeInfo::Type.
AccessSpecifier clang::doc::MemberTypeInfo::Access = AccessSpecifier::AS_public |
Definition at line 235 of file Representation.h.
Referenced by llvm::yaml::MappingTraits< MemberTypeInfo >::mapping(), operator==(), and clang::doc::parseRecord().
std::vector<CommentInfo> clang::doc::MemberTypeInfo::Description |
Definition at line 237 of file Representation.h.
Referenced by clang::doc::getCommentInfo(), llvm::yaml::MappingTraits< MemberTypeInfo >::mapping(), operator==(), and clang::doc::serialize::populateMemberTypeInfo().