clang-tools 18.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 |
![]() | |
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 |
![]() | |
Reference | Type |
Definition at line 199 of file Representation.h.
|
default |
|
inline |
Definition at line 201 of file Representation.h.
|
inline |
Definition at line 205 of file Representation.h.
References DefaultValue, Name, and clang::doc::TypeInfo::Type.
SmallString<16> clang::doc::FieldTypeInfo::DefaultValue |
Definition at line 214 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 210 of file Representation.h.
Referenced by llvm::yaml::FieldTypeInfoMapping(), llvm::yaml::MappingTraits< FieldTypeInfo >::mapping(), operator==(), clang::doc::MemberTypeInfo::operator==(), and clang::doc::parseRecord().