Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp2872 bool shouldRetain = shouldRetainObjCLifetime(type.getObjCLifetime()); in tryEmitARCRetainLoadOfScalar() local
2873 if (shouldRetain) { in tryEmitARCRetainLoadOfScalar()
2879 return TryEmitResult(result, !shouldRetain); in tryEmitARCRetainLoadOfScalar()