llvm::objcarc::IsAutorelease

Test if the given class is objc_autorelease or equivalent.

Synopsis

Declared in <llvm/Analysis/ObjCARCInstKind.h>

bool
IsAutorelease(ARCInstKind Class);

Return Value

True if Class is objc_autorelease or equivalent.

Parameters

NameDescription
ClassARC instruction kind to test.