clang-tools
10.0.0git
|
#include <Representation.h>
Public Member Functions | |
NamespaceInfo () | |
NamespaceInfo (SymbolID USR) | |
NamespaceInfo (SymbolID USR, StringRef Name) | |
NamespaceInfo (SymbolID USR, StringRef Name, StringRef Path) | |
void | merge (NamespaceInfo &&I) |
![]() | |
Info ()=default | |
Info (InfoType IT) | |
Info (InfoType IT, SymbolID USR) | |
Info (InfoType IT, SymbolID USR, StringRef Name) | |
Info (InfoType IT, SymbolID USR, StringRef Name, StringRef Path) | |
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 () const |
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 271 of file Representation.h.
|
inline |
Definition at line 272 of file Representation.h.
|
inline |
Definition at line 273 of file Representation.h.
|
inline |
Definition at line 274 of file Representation.h.
|
inline |
Definition at line 276 of file Representation.h.
void clang::doc::NamespaceInfo::merge | ( | NamespaceInfo && | I | ) |
Definition at line 165 of file Representation.cpp.
References clang::doc::Reference::mergeable().
std::vector<EnumInfo> clang::doc::NamespaceInfo::ChildEnums |
Definition at line 288 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 287 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 285 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 286 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), and llvm::yaml::MappingTraits< NamespaceInfo >::mapping().