clang-tools
7.0.0
|
#include <Representation.h>
Public Member Functions | |
SymbolInfo (InfoType IT) | |
void | merge (SymbolInfo &&I) |
![]() | |
Info ()=default | |
Info (InfoType IT) | |
Info (const Info &Other)=delete | |
Info (Info &&Other)=default | |
void | mergeBase (Info &&I) |
bool | mergeable (const Info &Other) |
Public Attributes | |
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 |
Definition at line 179 of file Representation.h.
|
inline |
Definition at line 180 of file Representation.h.
void clang::doc::SymbolInfo::merge | ( | SymbolInfo && | I | ) |
Definition at line 79 of file Representation.cpp.
References Loc, clang::doc::Info::mergeable(), and clang::doc::Info::mergeBase().
Referenced by clang::doc::FunctionInfo::merge(), clang::doc::RecordInfo::merge(), and clang::doc::EnumInfo::merge().
llvm::Optional<Location> clang::doc::SymbolInfo::DefLoc |
Definition at line 184 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), clang::doc::parseRecord(), and clang::doc::serialize::populateSymbolInfo().
llvm::SmallVector<Location, 2> clang::doc::SymbolInfo::Loc |
Definition at line 185 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), clang::doc::parseRecord(), and clang::doc::serialize::populateSymbolInfo().