clang-tools
10.0.0
|
#include <Representation.h>
Public Member Functions | |
EnumInfo () | |
EnumInfo (SymbolID USR) | |
void | merge (EnumInfo &&I) |
![]() | |
SymbolInfo (InfoType IT) | |
SymbolInfo (InfoType IT, SymbolID USR) | |
SymbolInfo (InfoType IT, SymbolID USR, StringRef Name) | |
SymbolInfo (InfoType IT, SymbolID USR, StringRef Name, StringRef Path) | |
void | merge (SymbolInfo &&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 | |
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 |
llvm::SmallString< 128 > | Path |
Definition at line 378 of file Representation.h.
|
inline |
Definition at line 379 of file Representation.h.
|
inline |
Definition at line 380 of file Representation.h.
void clang::doc::EnumInfo::merge | ( | EnumInfo && | I | ) |
Definition at line 194 of file Representation.cpp.
References clang::doc::SymbolInfo::merge(), and clang::doc::Reference::mergeable().
llvm::SmallVector<SmallString<16>, 4> clang::doc::EnumInfo::Members |
Definition at line 386 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), llvm::yaml::MappingTraits< EnumInfo >::mapping(), and clang::doc::serialize::parseEnumerators().
bool clang::doc::EnumInfo::Scoped |
Definition at line 384 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), clang::doc::serialize::emitInfo(), and llvm::yaml::MappingTraits< EnumInfo >::mapping().