clang-tools
9.0.0
|
#include <Representation.h>
Public Member Functions | |
RecordInfo () | |
RecordInfo (SymbolID USR) | |
RecordInfo (SymbolID USR, StringRef Name) | |
void | merge (RecordInfo &&I) |
![]() | |
SymbolInfo (InfoType IT) | |
SymbolInfo (InfoType IT, SymbolID USR) | |
SymbolInfo (InfoType IT, SymbolID USR, StringRef Name) | |
void | merge (SymbolInfo &&I) |
![]() | |
Info ()=default | |
Info (InfoType IT) | |
Info (InfoType IT, SymbolID USR) | |
Info (InfoType IT, SymbolID USR, StringRef Name) | |
Info (const Info &Other)=delete | |
Info (Info &&Other)=default | |
virtual | ~Info ()=default |
void | mergeBase (Info &&I) |
bool | mergeable (const Info &Other) |
llvm::SmallString< 16 > | extractName () |
llvm::Expected< Reference > | getEnclosingScope () |
Public Attributes | |
TagTypeKind | TagType = TagTypeKind::TTK_Struct |
bool | IsTypeDef = false |
llvm::SmallVector< MemberTypeInfo, 4 > | Members |
llvm::SmallVector< Reference, 4 > | Parents |
llvm::SmallVector< Reference, 4 > | VirtualParents |
std::vector< Reference > | ChildRecords |
std::vector< FunctionInfo > | ChildFunctions |
std::vector< EnumInfo > | ChildEnums |
![]() | |
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 |
llvm::SmallString< 128 > | Path |
Definition at line 299 of file Representation.h.
|
inline |
Definition at line 300 of file Representation.h.
|
inline |
Definition at line 301 of file Representation.h.
|
inline |
Definition at line 302 of file Representation.h.
void clang::doc::RecordInfo::merge | ( | RecordInfo && | I | ) |
Definition at line 159 of file Representation.cpp.
References clang::doc::SymbolInfo::merge(), and clang::doc::Info::mergeable().
std::vector<EnumInfo> clang::doc::RecordInfo::ChildEnums |
Definition at line 325 of file Representation.h.
Referenced by clang::doc::addChild(), clang::doc::ClangDocBitcodeWriter::emitBlock(), and llvm::yaml::MappingTraits< RecordInfo >::mapping().
std::vector<FunctionInfo> clang::doc::RecordInfo::ChildFunctions |
Definition at line 324 of file Representation.h.
Referenced by clang::doc::addChild(), clang::doc::ClangDocBitcodeWriter::emitBlock(), and llvm::yaml::MappingTraits< RecordInfo >::mapping().
std::vector<Reference> clang::doc::RecordInfo::ChildRecords |
Definition at line 323 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), and llvm::yaml::MappingTraits< RecordInfo >::mapping().
bool clang::doc::RecordInfo::IsTypeDef = false |
Definition at line 310 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock().
llvm::SmallVector<MemberTypeInfo, 4> clang::doc::RecordInfo::Members |
Definition at line 312 of file Representation.h.
Referenced by clang::doc::addTypeInfo(), clang::doc::ClangDocBitcodeWriter::emitBlock(), and llvm::yaml::MappingTraits< RecordInfo >::mapping().
llvm::SmallVector<Reference, 4> clang::doc::RecordInfo::Parents |
Definition at line 313 of file Representation.h.
Referenced by 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 307 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), and llvm::yaml::MappingTraits< RecordInfo >::mapping().
llvm::SmallVector<Reference, 4> clang::doc::RecordInfo::VirtualParents |
Definition at line 317 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), llvm::yaml::MappingTraits< RecordInfo >::mapping(), and clang::doc::serialize::parseBases().