enum ObjCInstanceTypeFamily

Description

A family of Objective-C methods. These are family of methods whose result type is initially 'id', but but are candidate for the result type to be changed to 'instancetype'.

Declared at: clang/include/clang/Basic/IdentifierTable.h:730

Enumerators

NameValueComment
OIT_None0
OIT_Array1
OIT_Dictionary2
OIT_Singleton3
OIT_Init4
OIT_ReturnsSelf5