|
clang-tools 23.0.0git
|
#include <Representation.h>
Public Member Functions | |
| BaseRecordInfo () | |
| BaseRecordInfo (const BaseRecordInfo &Other, llvm::BumpPtrAllocator &Arena) | |
| 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()) | |
| RecordInfo (const RecordInfo &Other, llvm::BumpPtrAllocator &Arena) | |
| void | merge (RecordInfo &&I) |
| Public Member Functions inherited from clang::doc::SymbolInfo | |
| SymbolInfo (InfoType IT, SymbolID USR=SymbolID(), StringRef Name=StringRef(), StringRef Path=StringRef()) | |
| SymbolInfo (const SymbolInfo &Other, llvm::BumpPtrAllocator &Arena) | |
| 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, llvm::BumpPtrAllocator &Arena) | |
| Info (const Info &Other)=delete | |
| Info (Info &&Other)=default | |
| Info & | operator= (Info &&Other)=default |
| void | mergeBase (Info &&I) |
| bool | mergeable (const Info &Other) |
| StringRef | extractName () const |
| StringRef | getRelativeFilePath (const StringRef &CurrentPath) const |
| Returns the file path for this Info relative to CurrentPath. | |
| StringRef | getFileBaseName () const |
| Returns the basename that should be used for this Info. | |
Public Attributes | |
| AccessSpecifier | Access = AccessSpecifier::AS_public |
| bool | IsVirtual = false |
| bool | IsParent = false |
| Public Attributes inherited from clang::doc::RecordInfo | |
| TagTypeKind | TagType = TagTypeKind::Struct |
| bool | IsTypeDef = false |
| std::optional< TemplateInfo > | Template |
| llvm::ArrayRef< MemberTypeInfo > | Members |
| llvm::ArrayRef< Reference > | Parents |
| llvm::ArrayRef< Reference > | VirtualParents |
| llvm::ArrayRef< BaseRecordInfo > | Bases |
| llvm::ArrayRef< FriendInfo > | Friends = {} |
| ScopeChildren | Children |
| Public Attributes inherited from clang::doc::SymbolInfo | |
| std::optional< Location > | DefLoc |
| DocList< Location > | Loc = {} |
| StringRef | MangledName = {} |
| bool | IsStatic = false |
| Public Attributes inherited from clang::doc::Info | |
| StringRef | Path = {} |
| StringRef | Name = {} |
| StringRef | DocumentationFileName = {} |
| llvm::ArrayRef< Reference > | Namespace |
| SymbolID | USR = SymbolID() |
| SymbolID | ParentUSR = SymbolID() |
| InfoType | IT = InfoType::IT_default |
| DocList< CommentInfo > | Description = {} |
Definition at line 734 of file Representation.h.
| clang::doc::BaseRecordInfo::BaseRecordInfo | ( | ) |
Definition at line 644 of file Representation.cpp.
References clang::doc::RecordInfo::RecordInfo().
Referenced by BaseRecordInfo().
| clang::doc::BaseRecordInfo::BaseRecordInfo | ( | const BaseRecordInfo & | Other, |
| llvm::BumpPtrAllocator & | Arena ) |
Definition at line 646 of file Representation.cpp.
References Access, BaseRecordInfo(), IsParent, IsVirtual, and clang::doc::RecordInfo::RecordInfo().
| clang::doc::BaseRecordInfo::BaseRecordInfo | ( | SymbolID | USR, |
| StringRef | Name, | ||
| StringRef | Path, | ||
| bool | IsVirtual, | ||
| AccessSpecifier | Access, | ||
| bool | IsParent ) |
Definition at line 651 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 742 of file Representation.h.
Referenced by BaseRecordInfo(), BaseRecordInfo(), clang::doc::ClangDocBitcodeWriter::emitBlock(), llvm::yaml::MappingTraits< BaseRecordInfo >::mapping(), and clang::doc::parseRecord().
| bool clang::doc::BaseRecordInfo::IsParent = false |
Definition at line 745 of file Representation.h.
Referenced by BaseRecordInfo(), BaseRecordInfo(), clang::doc::ClangDocBitcodeWriter::emitBlock(), llvm::yaml::MappingTraits< BaseRecordInfo >::mapping(), and clang::doc::parseRecord().
| bool clang::doc::BaseRecordInfo::IsVirtual = false |
Definition at line 744 of file Representation.h.
Referenced by BaseRecordInfo(), BaseRecordInfo(), clang::doc::ClangDocBitcodeWriter::emitBlock(), llvm::yaml::MappingTraits< BaseRecordInfo >::mapping(), and clang::doc::parseRecord().