enum ARCConversionTypeClass
Declared at: clang/lib/Sema/SemaExprObjC.cpp:3446
Enumerators
Name | Value | Comment |
---|---|---|
ACTC_none | 0 | int, void, struct A |
ACTC_retainable | 1 | id, void (^)() |
ACTC_indirectRetainable | 2 | id*, id***, void (^*)(), |
ACTC_voidPtr | 3 | void* might be a normal C type, or it might a CF type. |
ACTC_coreFoundation | 4 | struct A* |