|
clang-tools 23.0.0git
|
#include <Representation.h>
Public Member Functions | |
| TypedefInfo (SymbolID USR=SymbolID()) | |
| void | merge (TypedefInfo &&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 | |
| TypeInfo | Underlying = {} |
| std::optional< TemplateInfo > | Template |
| StringRef | TypeDeclaration = {} |
| bool | IsUsing = false |
| 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 713 of file Representation.h.
Definition at line 714 of file Representation.h.
References clang::doc::IT_typedef, clang::doc::SymbolInfo::SymbolInfo(), and clang::doc::Info::USR.
Referenced by merge().
| void clang::doc::TypedefInfo::merge | ( | TypedefInfo && | I | ) |
Definition at line 610 of file Representation.cpp.
References IsUsing, clang::doc::Info::mergeable(), clang::doc::PersistentArena, Template, TypedefInfo(), and Underlying.
| bool clang::doc::TypedefInfo::IsUsing = false |
Definition at line 731 of file Representation.h.
Referenced by llvm::yaml::MappingTraits< TypedefInfo >::mapping(), merge(), and clang::doc::parseRecord().
| std::optional<TemplateInfo> clang::doc::TypedefInfo::Template |
Definition at line 722 of file Representation.h.
Referenced by clang::doc::addTemplate(), and merge().
| StringRef clang::doc::TypedefInfo::TypeDeclaration = {} |
Definition at line 725 of file Representation.h.
| TypeInfo clang::doc::TypedefInfo::Underlying = {} |
Definition at line 719 of file Representation.h.
Referenced by clang::doc::addTypeInfo(), llvm::yaml::MappingTraits< TypedefInfo >::mapping(), and merge().