clang-tools
15.0.0git
|
#include <Representation.h>
Public Member Functions | |
BaseRecordInfo () | |
BaseRecordInfo (SymbolID USR, StringRef Name, StringRef Path, bool IsVirtual, AccessSpecifier Access, bool IsParent) | |
![]() | |
RecordInfo () | |
RecordInfo (SymbolID USR) | |
RecordInfo (SymbolID USR, StringRef Name) | |
RecordInfo (SymbolID USR, StringRef Name, StringRef Path) | |
void | merge (RecordInfo &&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::SmallString< 64 > | getRelativeFilePath (const StringRef &CurrentPath) const |
Returns the file path for this Info relative to CurrentPath. More... | |
llvm::SmallString< 16 > | getFileBaseName () const |
Returns the basename that should be used for this Info. More... | |
llvm::Expected< Reference > | getEnclosingScope () |
Public Attributes | |
bool | IsVirtual = false |
AccessSpecifier | Access = AccessSpecifier::AS_public |
bool | IsParent = false |
![]() | |
TagTypeKind | TagType = TagTypeKind::TTK_Struct |
bool | IsTypeDef = false |
llvm::SmallVector< MemberTypeInfo, 4 > | Members |
llvm::SmallVector< Reference, 4 > | Parents |
llvm::SmallVector< Reference, 4 > | VirtualParents |
std::vector< BaseRecordInfo > | Bases |
std::vector< Reference > | ChildRecords |
std::vector< FunctionInfo > | ChildFunctions |
std::vector< EnumInfo > | ChildEnums |
![]() | |
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 373 of file Representation.h.
|
inline |
Definition at line 374 of file Representation.h.
|
inline |
Definition at line 375 of file Representation.h.
AccessSpecifier clang::doc::BaseRecordInfo::Access = AccessSpecifier::AS_public |
Definition at line 384 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), llvm::yaml::MappingTraits< BaseRecordInfo >::mapping(), and clang::doc::parseRecord().
bool clang::doc::BaseRecordInfo::IsParent = false |
Definition at line 385 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), llvm::yaml::MappingTraits< BaseRecordInfo >::mapping(), and clang::doc::parseRecord().
bool clang::doc::BaseRecordInfo::IsVirtual = false |
Definition at line 381 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), llvm::yaml::MappingTraits< BaseRecordInfo >::mapping(), and clang::doc::parseRecord().