class ObjCMethodInfo

Declaration

class ObjCMethodInfo : public FunctionInfo { /* full declaration omitted */ };

Description

Describes API notes data for an Objective-C method.

Declared at: clang/include/clang/APINotes/Types.h:597

Inherits from: FunctionInfo

Member Variables

public unsigned int DesignatedInit
Whether this is a designated initializer of its class.
public unsigned int RequiredInit
Whether this is a required initializer.

Inherited from FunctionInfo:

public NullabilityAudited
public NumAdjustedNullable
public RawRetainCountConvention
public NullabilityPayload = 0
public ResultType
public Params

Inherited from CommonEntityInfo:

public UnavailableMsg
public Unavailable
public UnavailableInSwift
public SwiftName

Method Overview

Inherited from FunctionInfo:

Inherited from CommonEntityInfo:

Methods

ObjCMethodInfo()

Declared at: clang/include/clang/APINotes/Types.h:605

void dump(llvm::raw_ostream& OS)

Declared at: clang/include/clang/APINotes/Types.h:620

Parameters

llvm::raw_ostream& OS