clang 22.0.0git
clang::api_notes::EnumConstantInfo Class Reference

Describes API notes data for an enumerator. More...

#include "clang/APINotes/Types.h"

Inheritance diagram for clang::api_notes::EnumConstantInfo:
[legend]

Public Member Functions

 EnumConstantInfo ()
Public Member Functions inherited from clang::api_notes::CommonEntityInfo
 CommonEntityInfo ()
std::optional< boolisSwiftPrivate () const
void setSwiftPrivate (std::optional< bool > Private)
std::optional< SwiftSafetyKindgetSwiftSafety () const
void setSwiftSafety (SwiftSafetyKind Safety)
CommonEntityInfooperator|= (const CommonEntityInfo &RHS)
LLVM_DUMP_METHOD void dump (llvm::raw_ostream &OS) const

Additional Inherited Members

Public Attributes inherited from clang::api_notes::CommonEntityInfo
std::string UnavailableMsg
 Message to use when this entity is unavailable.
unsigned Unavailable: 1
 Whether this entity is marked unavailable.
unsigned UnavailableInSwift: 1
 Whether this entity is marked unavailable in Swift.
std::string SwiftName
 Swift name of this entity.

Detailed Description

Describes API notes data for an enumerator.

Definition at line 752 of file Types.h.

Constructor & Destructor Documentation

◆ EnumConstantInfo()

clang::api_notes::EnumConstantInfo::EnumConstantInfo ( )
inline

Definition at line 754 of file Types.h.


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