clang-tools
7.0.0
|
#include <Representation.h>
Public Member Functions | |
EnumInfo () | |
void | merge (EnumInfo &&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 | |
bool | Scoped |
llvm::SmallVector< SmallString< 16 >, 4 > | Members |
![]() | |
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 225 of file Representation.h.
|
inline |
Definition at line 226 of file Representation.h.
void clang::doc::EnumInfo::merge | ( | EnumInfo && | I | ) |
Definition at line 106 of file Representation.cpp.
References clang::doc::SymbolInfo::merge(), and clang::doc::Info::mergeable().
llvm::SmallVector<SmallString<16>, 4> clang::doc::EnumInfo::Members |
Definition at line 232 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), llvm::yaml::MappingTraits< EnumInfo >::mapping(), clang::doc::serialize::parseEnumerators(), and clang::doc::parseRecord().
bool clang::doc::EnumInfo::Scoped |
Definition at line 230 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), clang::doc::serialize::emitInfo(), llvm::yaml::MappingTraits< EnumInfo >::mapping(), and clang::doc::parseRecord().