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

#include <Representation.h>

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

Public Member Functions

 MemberTypeInfo ()=default
 MemberTypeInfo (const TypeInfo &TI, StringRef Name, AccessSpecifier Access, bool IsStatic=false)
bool operator== (const MemberTypeInfo &Other) const
Public Member Functions inherited from clang::doc::FieldTypeInfo
 FieldTypeInfo ()=default
 FieldTypeInfo (const TypeInfo &TI, StringRef Name=StringRef(), StringRef DefaultValue=StringRef())
bool operator== (const FieldTypeInfo &Other) const
Public Member Functions inherited from clang::doc::TypeInfo
 TypeInfo ()=default
 TypeInfo (const Reference &R)
 TypeInfo (StringRef Name, StringRef Path=StringRef())
bool operator== (const TypeInfo &Other) const

Public Attributes

AccessSpecifier Access = AccessSpecifier::AS_public
std::vector< CommentInfoDescription
bool IsStatic = false
Public Attributes inherited from clang::doc::FieldTypeInfo
SmallString< 16 > Name
SmallString< 16 > DefaultValue
Public Attributes inherited from clang::doc::TypeInfo
Reference Type
bool IsTemplate = false
bool IsBuiltIn = false

Detailed Description

Definition at line 266 of file Representation.h.

Constructor & Destructor Documentation

◆ MemberTypeInfo() [1/2]

clang::doc::MemberTypeInfo::MemberTypeInfo ( )
default

Referenced by operator==().

◆ MemberTypeInfo() [2/2]

clang::doc::MemberTypeInfo::MemberTypeInfo ( const TypeInfo & TI,
StringRef Name,
AccessSpecifier Access,
bool IsStatic = false )
inline

Member Function Documentation

◆ operator==()

bool clang::doc::MemberTypeInfo::operator== ( const MemberTypeInfo & Other) const
inline

Member Data Documentation

◆ Access

AccessSpecifier clang::doc::MemberTypeInfo::Access = AccessSpecifier::AS_public

◆ Description

◆ IsStatic

bool clang::doc::MemberTypeInfo::IsStatic = false

Definition at line 285 of file Representation.h.

Referenced by MemberTypeInfo(), operator==(), and clang::doc::parseRecord().


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