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
Name | Value | Comment |
---|---|---|
OIT_None | 0 | |
OIT_Array | 1 | |
OIT_Dictionary | 2 | |
OIT_Singleton | 3 | |
OIT_Init | 4 | |
OIT_ReturnsSelf | 5 |