|
clang-tools 23.0.0git
|
#include <Representation.h>
Public Member Functions | |
| ConceptInfo () | |
| ConceptInfo (SymbolID USR) | |
| void | merge (ConceptInfo &&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 | |
| bool | IsType = false |
| TemplateInfo | Template |
| StringRef | ConstraintExpression = {} |
| Public Attributes inherited from clang::doc::SymbolInfo | |
| std::optional< Location > | DefLoc |
| OwningVec< 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 |
| OwningVec< CommentInfo > | Description = {} |
Definition at line 800 of file Representation.h.
|
inline |
Definition at line 801 of file Representation.h.
References clang::doc::IT_concept, and clang::doc::SymbolInfo::SymbolInfo().
Referenced by merge().
|
inline |
Definition at line 802 of file Representation.h.
References clang::doc::IT_concept, clang::doc::SymbolInfo::SymbolInfo(), and clang::doc::Info::USR.
| void clang::doc::ConceptInfo::merge | ( | ConceptInfo && | I | ) |
Definition at line 624 of file Representation.cpp.
References clang::doc::allocateArray(), ConceptInfo(), ConstraintExpression, IsType, clang::doc::Info::mergeable(), clang::doc::PersistentArena, and Template.
| StringRef clang::doc::ConceptInfo::ConstraintExpression = {} |
Definition at line 808 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), merge(), and clang::doc::parseRecord().
| bool clang::doc::ConceptInfo::IsType = false |
Definition at line 806 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), merge(), and clang::doc::parseRecord().
| TemplateInfo clang::doc::ConceptInfo::Template |
Definition at line 807 of file Representation.h.
Referenced by clang::doc::addTemplate(), clang::doc::ClangDocBitcodeWriter::emitBlock(), and merge().