clang-tools 20.0.0git
|
#include <Representation.h>
Public Member Functions | |
TypeInfo ()=default | |
TypeInfo (const Reference &R) | |
TypeInfo (StringRef Name, StringRef Path=StringRef()) | |
bool | operator== (const TypeInfo &Other) const |
Public Attributes | |
Reference | Type |
Definition at line 154 of file Representation.h.
|
default |
|
inline |
Definition at line 156 of file Representation.h.
|
inline |
Definition at line 160 of file Representation.h.
|
inline |
Definition at line 163 of file Representation.h.
References Type.
Reference clang::doc::TypeInfo::Type |
Definition at line 165 of file Representation.h.
Referenced by clang::doc::addReference(), clang::doc::genHTML(), clang::doc::genMarkdown(), llvm::yaml::MappingTraits< TypedefInfo >::mapping(), clang::doc::FunctionInfo::merge(), clang::doc::TypedefInfo::merge(), clang::doc::FieldTypeInfo::operator==(), clang::doc::MemberTypeInfo::operator==(), operator==(), and llvm::yaml::TypeInfoMapping().