|
clang-tools 23.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 |
| bool | IsTemplate = false |
| bool | IsBuiltIn = false |
Definition at line 234 of file Representation.h.
|
default |
Referenced by clang::doc::FieldTypeInfo::FieldTypeInfo(), and operator==().
|
inline |
Definition at line 236 of file Representation.h.
References Type.
|
inline |
Definition at line 240 of file Representation.h.
References clang::doc::IT_default, and Type.
|
inline |
Definition at line 243 of file Representation.h.
References Type, and TypeInfo().
| bool clang::doc::TypeInfo::IsBuiltIn = false |
Definition at line 248 of file Representation.h.
Referenced by clang::doc::parseRecord(), clang::doc::parseRecord(), and clang::doc::parseRecord().
| bool clang::doc::TypeInfo::IsTemplate = false |
Definition at line 247 of file Representation.h.
Referenced by clang::doc::parseRecord(), clang::doc::parseRecord(), and clang::doc::parseRecord().
| Reference clang::doc::TypeInfo::Type |
Definition at line 245 of file Representation.h.
Referenced by clang::doc::addReference(), clang::doc::addReference(), clang::doc::addReference(), clang::doc::genMarkdown(), llvm::yaml::MappingTraits< TypedefInfo >::mapping(), clang::doc::FieldTypeInfo::operator==(), clang::doc::MemberTypeInfo::operator==(), operator==(), TypeInfo(), TypeInfo(), and llvm::yaml::typeInfoMapping().