clang-tools
8.0.0
|
#include <Representation.h>
Public Member Functions | |
NamespaceInfo () | |
NamespaceInfo (SymbolID USR) | |
NamespaceInfo (SymbolID USR, StringRef Name) | |
void | merge (NamespaceInfo &&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::Expected< Reference > | getEnclosingScope () |
Public Attributes | |
std::vector< Reference > | ChildNamespaces |
std::vector< Reference > | ChildRecords |
std::vector< FunctionInfo > | ChildFunctions |
std::vector< EnumInfo > | ChildEnums |
![]() | |
SymbolID | USR |
const InfoType | IT = InfoType::IT_default |
SmallString< 16 > | Name |
llvm::SmallVector< Reference, 4 > | Namespace |
std::vector< CommentInfo > | Description |
Definition at line 185 of file Representation.h.
|
inline |
Definition at line 186 of file Representation.h.
|
inline |
Definition at line 187 of file Representation.h.
|
inline |
Definition at line 188 of file Representation.h.
void clang::doc::NamespaceInfo::merge | ( | NamespaceInfo && | I | ) |
Definition at line 141 of file Representation.cpp.
References clang::doc::Info::mergeable(), and clang::doc::Info::mergeBase().
std::vector<EnumInfo> clang::doc::NamespaceInfo::ChildEnums |
Definition at line 200 of file Representation.h.
Referenced by clang::doc::addChild(), clang::doc::ClangDocBitcodeWriter::emitBlock(), clang::doc::genMarkdown(), and llvm::yaml::MappingTraits< NamespaceInfo >::mapping().
std::vector<FunctionInfo> clang::doc::NamespaceInfo::ChildFunctions |
Definition at line 199 of file Representation.h.
Referenced by clang::doc::addChild(), clang::doc::ClangDocBitcodeWriter::emitBlock(), clang::doc::genMarkdown(), and llvm::yaml::MappingTraits< NamespaceInfo >::mapping().
std::vector<Reference> clang::doc::NamespaceInfo::ChildNamespaces |
Definition at line 197 of file Representation.h.
Referenced by clang::doc::addReference(), clang::doc::ClangDocBitcodeWriter::emitBlock(), clang::doc::genMarkdown(), and llvm::yaml::MappingTraits< NamespaceInfo >::mapping().
std::vector<Reference> clang::doc::NamespaceInfo::ChildRecords |
Definition at line 198 of file Representation.h.
Referenced by clang::doc::addReference(), clang::doc::ClangDocBitcodeWriter::emitBlock(), clang::doc::genMarkdown(), and llvm::yaml::MappingTraits< NamespaceInfo >::mapping().