Return the ARCInstKind of the function on clang_arc_attachedcall.
Declared in <llvm/Analysis/ObjCARCUtil.h>
ARCInstKind
getAttachedARCFunctionKind(CallBase const* CB);
Returns ARCInstKind::None if the call doesn't have the operand bundle or the operand is null. Otherwise it returns either RetainRV or UnsafeClaimRV.
The ARCInstKind of the attached ARC function, or ARCInstKind::None.
| Name | Description |
|---|---|
| CB | Call whose attached ARC function kind is queried. |