clang-tools
9.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::SmallString< 16 > | extractName () |
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 |
llvm::SmallString< 128 > | Path |
Definition at line 250 of file Representation.h.
|
inline |
Definition at line 251 of file Representation.h.
|
inline |
Definition at line 252 of file Representation.h.
|
inline |
Definition at line 253 of file Representation.h.
void clang::doc::NamespaceInfo::merge | ( | NamespaceInfo && | I | ) |
Definition at line 149 of file Representation.cpp.
References clang::doc::Info::mergeable(), and clang::doc::Info::mergeBase().
std::vector<EnumInfo> clang::doc::NamespaceInfo::ChildEnums |
Definition at line 265 of file Representation.h.
Referenced by clang::doc::addChild(), clang::doc::ClangDocBitcodeWriter::emitBlock(), and llvm::yaml::MappingTraits< NamespaceInfo >::mapping().
std::vector<FunctionInfo> clang::doc::NamespaceInfo::ChildFunctions |
Definition at line 264 of file Representation.h.
Referenced by clang::doc::addChild(), clang::doc::ClangDocBitcodeWriter::emitBlock(), and llvm::yaml::MappingTraits< NamespaceInfo >::mapping().
std::vector<Reference> clang::doc::NamespaceInfo::ChildNamespaces |
Definition at line 262 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), and llvm::yaml::MappingTraits< NamespaceInfo >::mapping().
std::vector<Reference> clang::doc::NamespaceInfo::ChildRecords |
Definition at line 263 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), and llvm::yaml::MappingTraits< NamespaceInfo >::mapping().