clang-tools 20.0.0git
|
#include <Representation.h>
Public Member Functions | |
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 | |
SmallString< 16 > | Name |
SmallString< 16 > | DefaultValue |
Public Attributes inherited from clang::doc::TypeInfo | |
Reference | Type |
Definition at line 202 of file Representation.h.
|
default |
|
inline |
Definition at line 204 of file Representation.h.
|
inline |
Definition at line 208 of file Representation.h.
References DefaultValue, Name, and clang::doc::TypeInfo::Type.
SmallString<16> clang::doc::FieldTypeInfo::DefaultValue |
Definition at line 217 of file Representation.h.
Referenced by llvm::yaml::FieldTypeInfoMapping(), llvm::yaml::MappingTraits< FieldTypeInfo >::mapping(), operator==(), clang::doc::serialize::parseParameters(), and clang::doc::parseRecord().
SmallString<16> clang::doc::FieldTypeInfo::Name |
Definition at line 213 of file Representation.h.
Referenced by llvm::yaml::FieldTypeInfoMapping(), llvm::yaml::MappingTraits< FieldTypeInfo >::mapping(), operator==(), clang::doc::MemberTypeInfo::operator==(), and clang::doc::parseRecord().