Searched refs:FnClass (Results 1 – 1 of 1) sorted by relevance
64 auto FnClass = GetFunctionClass(*Fn); in getAttachedARCFunctionKind() local65 assert(isRetainOrClaimRV(FnClass) && "unexpected ARC runtime function"); in getAttachedARCFunctionKind()66 return FnClass; in getAttachedARCFunctionKind()