Home
last modified time | relevance | path

Searched refs:FnClass (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCUtil.h64 auto FnClass = GetFunctionClass(*Fn); in getAttachedARCFunctionKind() local
65 assert(isRetainOrClaimRV(FnClass) && "unexpected ARC runtime function"); in getAttachedARCFunctionKind()
66 return FnClass; in getAttachedARCFunctionKind()