clang-tools 23.0.0git
clang::doc::ConceptInfo Struct Reference

#include <Representation.h>

Inheritance diagram for clang::doc::ConceptInfo:
[legend]

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
Infooperator= (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< LocationDefLoc
OwningVec< LocationLoc
StringRef MangledName = {}
bool IsStatic = false
Public Attributes inherited from clang::doc::Info
StringRef Path = {}
StringRef Name = {}
StringRef DocumentationFileName = {}
llvm::ArrayRef< ReferenceNamespace
SymbolID USR = SymbolID()
SymbolID ParentUSR = SymbolID()
InfoType IT = InfoType::IT_default
OwningVec< CommentInfoDescription = {}

Detailed Description

Definition at line 800 of file Representation.h.

Constructor & Destructor Documentation

◆ ConceptInfo() [1/2]

clang::doc::ConceptInfo::ConceptInfo ( )
inline

Definition at line 801 of file Representation.h.

References clang::doc::IT_concept, and clang::doc::SymbolInfo::SymbolInfo().

Referenced by merge().

◆ ConceptInfo() [2/2]

clang::doc::ConceptInfo::ConceptInfo ( SymbolID USR)
inline

Member Function Documentation

◆ merge()

Member Data Documentation

◆ ConstraintExpression

StringRef clang::doc::ConceptInfo::ConstraintExpression = {}

◆ IsType

bool clang::doc::ConceptInfo::IsType = false

◆ Template

TemplateInfo clang::doc::ConceptInfo::Template

The documentation for this struct was generated from the following files: