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

A base struct for Infos. More...

#include <Representation.h>

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

Public Member Functions

 Info ()=default
 
 Info (InfoType IT)
 
 Info (const Info &Other)=delete
 
 Info (Info &&Other)=default
 
void mergeBase (Info &&I)
 
bool mergeable (const Info &Other)
 

Public Attributes

SymbolID USR
 
const InfoType IT = InfoType::IT_default
 
SmallString< 16 > Name
 
llvm::SmallVector< Reference, 4 > Namespace
 
std::vector< CommentInfoDescription
 

Detailed Description

A base struct for Infos.

Definition at line 153 of file Representation.h.

Constructor & Destructor Documentation

◆ Info() [1/4]

clang::doc::Info::Info ( )
default

◆ Info() [2/4]

clang::doc::Info::Info ( InfoType  IT)
inline

Definition at line 155 of file Representation.h.

References Info.

◆ Info() [3/4]

clang::doc::Info::Info ( const Info Other)
delete

◆ Info() [4/4]

clang::doc::Info::Info ( Info &&  Other)
default

Member Function Documentation

◆ mergeable()

bool clang::doc::Info::mergeable ( const Info Other)

◆ mergeBase()

void clang::doc::Info::mergeBase ( Info &&  I)

Member Data Documentation

◆ Description

std::vector<CommentInfo> clang::doc::Info::Description

◆ IT

const InfoType clang::doc::Info::IT = InfoType::IT_default

◆ Name

SmallString<16> clang::doc::Info::Name

◆ Namespace

llvm::SmallVector<Reference, 4> clang::doc::Info::Namespace

◆ USR

SymbolID clang::doc::Info::USR

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