clang-tools
7.0.0
|
#include <Representation.h>
Public Member Functions | |
RecordInfo () | |
void | merge (RecordInfo &&I) |
![]() | |
SymbolInfo (InfoType IT) | |
void | merge (SymbolInfo &&I) |
![]() | |
Info ()=default | |
Info (InfoType IT) | |
Info (const Info &Other)=delete | |
Info (Info &&Other)=default | |
void | mergeBase (Info &&I) |
bool | mergeable (const Info &Other) |
Public Attributes | |
TagTypeKind | TagType = TagTypeKind::TTK_Struct |
llvm::SmallVector< MemberTypeInfo, 4 > | Members |
llvm::SmallVector< Reference, 4 > | Parents |
llvm::SmallVector< Reference, 4 > | VirtualParents |
![]() | |
llvm::Optional< Location > | DefLoc |
llvm::SmallVector< Location, 2 > | Loc |
![]() | |
SymbolID | USR |
const InfoType | IT = InfoType::IT_default |
SmallString< 16 > | Name |
llvm::SmallVector< Reference, 4 > | Namespace |
std::vector< CommentInfo > | Description |
Definition at line 206 of file Representation.h.
|
inline |
Definition at line 207 of file Representation.h.
void clang::doc::RecordInfo::merge | ( | RecordInfo && | I | ) |
Definition at line 93 of file Representation.cpp.
References clang::doc::SymbolInfo::merge(), and clang::doc::Info::mergeable().
llvm::SmallVector<MemberTypeInfo, 4> clang::doc::RecordInfo::Members |
Definition at line 215 of file Representation.h.
Referenced by clang::doc::addTypeInfo(), clang::doc::ClangDocBitcodeWriter::emitBlock(), llvm::yaml::MappingTraits< RecordInfo >::mapping(), and clang::doc::serialize::parseFields().
llvm::SmallVector<Reference, 4> clang::doc::RecordInfo::Parents |
Definition at line 216 of file Representation.h.
Referenced by clang::doc::addReference(), clang::doc::ClangDocBitcodeWriter::emitBlock(), llvm::yaml::MappingTraits< RecordInfo >::mapping(), and clang::doc::serialize::parseBases().
TagTypeKind clang::doc::RecordInfo::TagType = TagTypeKind::TTK_Struct |
Definition at line 211 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), clang::doc::serialize::emitInfo(), llvm::yaml::MappingTraits< RecordInfo >::mapping(), and clang::doc::parseRecord().
llvm::SmallVector<Reference, 4> clang::doc::RecordInfo::VirtualParents |
Definition at line 220 of file Representation.h.
Referenced by clang::doc::addReference(), clang::doc::ClangDocBitcodeWriter::emitBlock(), llvm::yaml::MappingTraits< RecordInfo >::mapping(), and clang::doc::serialize::parseBases().