clang-tools 22.0.0git
|
#include <Representation.h>
Public Member Functions | |
ConceptInfo () | |
ConceptInfo (SymbolID USR) | |
void | merge (ConceptInfo &&I) |
![]() | |
SymbolInfo (InfoType IT, SymbolID USR=SymbolID(), StringRef Name=StringRef(), StringRef Path=StringRef()) | |
void | merge (SymbolInfo &&I) |
bool | operator< (const SymbolInfo &Other) const |
![]() | |
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 | IsType |
TemplateInfo | Template |
SmallString< 16 > | ConstraintExpression |
![]() | |
std::optional< Location > | DefLoc |
llvm::SmallVector< Location, 2 > | Loc |
SmallString< 16 > | MangledName |
bool | IsStatic = false |
![]() | |
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 571 of file Representation.h.
|
inline |
Definition at line 572 of file Representation.h.
|
inline |
Definition at line 573 of file Representation.h.
void clang::doc::ConceptInfo::merge | ( | ConceptInfo && | I | ) |
Definition at line 378 of file Representation.cpp.
References ConstraintExpression, IsType, and clang::doc::Info::mergeable().
SmallString<16> clang::doc::ConceptInfo::ConstraintExpression |
Definition at line 579 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), merge(), clang::doc::parseRecord(), and clang::doc::serializeInfo().
bool clang::doc::ConceptInfo::IsType |
Definition at line 577 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), merge(), clang::doc::parseRecord(), and clang::doc::serializeInfo().
TemplateInfo clang::doc::ConceptInfo::Template |
Definition at line 578 of file Representation.h.
Referenced by clang::doc::addTemplate(), clang::doc::ClangDocBitcodeWriter::emitBlock(), and clang::doc::serializeInfo().