Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjC.cpp2870 bool shouldRetain = shouldRetainObjCLifetime(type.getObjCLifetime()); in tryEmitARCRetainLoadOfScalar() local
2871 if (shouldRetain) { in tryEmitARCRetainLoadOfScalar()
2877 return TryEmitResult(result, !shouldRetain); in tryEmitARCRetainLoadOfScalar()