|
clang-tools 22.0.0git
|
#include <Representation.h>
Public Member Functions | |
| BaseRecordInfo () | |
| BaseRecordInfo (SymbolID USR, StringRef Name, StringRef Path, bool IsVirtual, AccessSpecifier Access, bool IsParent) | |
| Public Member Functions inherited from clang::doc::RecordInfo | |
| RecordInfo (SymbolID USR=SymbolID(), StringRef Name=StringRef(), StringRef Path=StringRef()) | |
| void | merge (RecordInfo &&I) |
| Public Member Functions inherited from clang::doc::SymbolInfo | |
| SymbolInfo (InfoType IT, SymbolID USR=SymbolID(), StringRef Name=StringRef(), StringRef Path=StringRef()) | |
| void | merge (SymbolInfo &&I) |
| bool | operator< (const SymbolInfo &Other) const |
| Public Member Functions inherited from clang::doc::Info | |
| Info (InfoType IT=InfoType::IT_default, SymbolID USR=SymbolID(), StringRef Name=StringRef(), StringRef Path=StringRef()) | |
| Info (const Info &Other)=delete | |
| Info (Info &&Other)=default | |
| virtual | ~Info ()=default |
| Info & | operator= (Info &&Other)=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. | |
| llvm::SmallString< 16 > | getFileBaseName () const |
| Returns the basename that should be used for this Info. | |
Public Attributes | |
| bool | IsVirtual = false |
| AccessSpecifier | Access = AccessSpecifier::AS_public |
| bool | IsParent = false |
| Public Attributes inherited from clang::doc::RecordInfo | |
| TagTypeKind | TagType = TagTypeKind::Struct |
| std::optional< TemplateInfo > | Template |
| bool | IsTypeDef = false |
| llvm::SmallVector< MemberTypeInfo, 4 > | Members |
| llvm::SmallVector< Reference, 4 > | Parents |
| llvm::SmallVector< Reference, 4 > | VirtualParents |
| std::vector< BaseRecordInfo > | Bases |
| std::vector< FriendInfo > | Friends |
| ScopeChildren | Children |
| Public Attributes inherited from clang::doc::SymbolInfo | |
| std::optional< Location > | DefLoc |
| llvm::SmallVector< Location, 2 > | Loc |
| SmallString< 16 > | MangledName |
| bool | IsStatic = false |
| Public Attributes inherited from clang::doc::Info | |
| SymbolID | USR |
| InfoType | IT = InfoType::IT_default |
| SmallString< 16 > | Name |
| llvm::SmallVector< Reference, 4 > | Namespace |
| std::vector< CommentInfo > | Description |
| llvm::SmallString< 128 > | Path |
| SmallString< 16 > | DocumentationFileName |
Definition at line 507 of file Representation.h.
| clang::doc::BaseRecordInfo::BaseRecordInfo | ( | ) |
Definition at line 400 of file Representation.cpp.
References clang::doc::RecordInfo::RecordInfo().
| clang::doc::BaseRecordInfo::BaseRecordInfo | ( | SymbolID | USR, |
| StringRef | Name, | ||
| StringRef | Path, | ||
| bool | IsVirtual, | ||
| AccessSpecifier | Access, | ||
| bool | IsParent ) |
Definition at line 402 of file Representation.cpp.
References Access, IsParent, IsVirtual, clang::doc::Info::Name, clang::doc::Info::Path, clang::doc::RecordInfo::RecordInfo(), and clang::doc::Info::USR.
| AccessSpecifier clang::doc::BaseRecordInfo::Access = AccessSpecifier::AS_public |
Definition at line 516 of file Representation.h.
Referenced by BaseRecordInfo(), clang::doc::ClangDocBitcodeWriter::emitBlock(), llvm::yaml::MappingTraits< BaseRecordInfo >::mapping(), clang::doc::parseRecord(), and clang::doc::serializeInfo().
| bool clang::doc::BaseRecordInfo::IsParent = false |
Definition at line 517 of file Representation.h.
Referenced by BaseRecordInfo(), clang::doc::ClangDocBitcodeWriter::emitBlock(), llvm::yaml::MappingTraits< BaseRecordInfo >::mapping(), clang::doc::parseRecord(), and clang::doc::serializeInfo().
| bool clang::doc::BaseRecordInfo::IsVirtual = false |
Definition at line 513 of file Representation.h.
Referenced by BaseRecordInfo(), clang::doc::ClangDocBitcodeWriter::emitBlock(), llvm::yaml::MappingTraits< BaseRecordInfo >::mapping(), clang::doc::parseRecord(), and clang::doc::serializeInfo().