Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGObjC.cpp2835 bool shouldRetain = shouldRetainObjCLifetime(type.getObjCLifetime()); in tryEmitARCRetainLoadOfScalar() local
2836 if (shouldRetain) { in tryEmitARCRetainLoadOfScalar()
2842 return TryEmitResult(result, !shouldRetain); in tryEmitARCRetainLoadOfScalar()