clang-tools  7.0.0
Public Member Functions | List of all members
clang::doc::NamespaceInfo Struct Reference

#include <Representation.h>

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

Public Member Functions

 NamespaceInfo ()
 
void merge (NamespaceInfo &&I)
 
- Public Member Functions inherited from clang::doc::Info
 Info ()=default
 
 Info (InfoType IT)
 
 Info (const Info &Other)=delete
 
 Info (Info &&Other)=default
 
void mergeBase (Info &&I)
 
bool mergeable (const Info &Other)
 

Additional Inherited Members

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

Detailed Description

Definition at line 172 of file Representation.h.

Constructor & Destructor Documentation

◆ NamespaceInfo()

clang::doc::NamespaceInfo::NamespaceInfo ( )
inline

Definition at line 173 of file Representation.h.

Member Function Documentation

◆ merge()

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

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