clang-tools 22.0.0git
clang::doc::NamespaceInfo Struct Reference

#include <Representation.h>

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

Public Member Functions

 NamespaceInfo (SymbolID USR=SymbolID(), StringRef Name=StringRef(), StringRef Path=StringRef())
void merge (NamespaceInfo &&I)
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)=delete
 Info (Info &&Other)=default
virtual ~Info ()=default
Infooperator= (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

ScopeChildren Children
Public Attributes inherited from clang::doc::Info
SymbolID USR
InfoType IT = InfoType::IT_default
SmallString< 16 > Name
llvm::SmallVector< Reference, 4 > Namespace
std::vector< CommentInfoDescription
llvm::SmallString< 128 > Path
SmallString< 16 > DocumentationFileName

Detailed Description

Definition at line 357 of file Representation.h.

Constructor & Destructor Documentation

◆ NamespaceInfo()

clang::doc::NamespaceInfo::NamespaceInfo ( SymbolID USR = SymbolID(),
StringRef Name = StringRef(),
StringRef Path = StringRef() )

Member Function Documentation

◆ merge()

void clang::doc::NamespaceInfo::merge ( NamespaceInfo && I)

Member Data Documentation

◆ Children


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