clang-tools
7.0.0
|
#include <Representation.h>
Public Member Functions | |
NamespaceInfo () | |
void | merge (NamespaceInfo &&I) |
![]() | |
Info ()=default | |
Info (InfoType IT) | |
Info (const Info &Other)=delete | |
Info (Info &&Other)=default | |
void | mergeBase (Info &&I) |
bool | mergeable (const Info &Other) |
Additional Inherited Members | |
![]() | |
SymbolID | USR |
const InfoType | IT = InfoType::IT_default |
SmallString< 16 > | Name |
llvm::SmallVector< Reference, 4 > | Namespace |
std::vector< CommentInfo > | Description |
Definition at line 172 of file Representation.h.
|
inline |
Definition at line 173 of file Representation.h.
void clang::doc::NamespaceInfo::merge | ( | NamespaceInfo && | I | ) |
Definition at line 88 of file Representation.cpp.
References clang::doc::Info::mergeable(), and clang::doc::Info::mergeBase().