Searched refs:shouldRetain (Results 1 – 1 of 1) sorted by relevance
2923 bool shouldRetain = shouldRetainObjCLifetime(type.getObjCLifetime()); in tryEmitARCRetainLoadOfScalar() local2924 if (shouldRetain) { in tryEmitARCRetainLoadOfScalar()2930 return TryEmitResult(result, !shouldRetain); in tryEmitARCRetainLoadOfScalar()