ΒΆinline llvm::objcarc::ARCInstKind
getAttachedARCFunctionKind(
    const llvm::CallBase* CB)

Description

This function returns the ARCInstKind of the function attached to operand bundle clang_arc_attachedcall. It returns None if the call doesn't have the operand bundle or the operand is null. Otherwise it returns either RetainRV or UnsafeClaimRV.

Declared at: llvm/include/llvm/Analysis/ObjCARCUtil.h:60

Parameters

const llvm::CallBase* CB