Searched refs:getARCCleanupKind (Results 1 – 4 of 4) sorted by relevance
553 CleanupKind cleanupKind = CGF.getARCCleanupKind(); in EmitAutoVarWithLifetime()1361 cleanupKind = getARCCleanupKind(); in emitAutoVarTypeCleanup()1841 EHStack.pushCleanup<ConsumeARCParameter>(getARCCleanupKind(), ArgVal, in EmitParmDecl()
549 EHStack.pushCleanup<FinishARCDealloc>(getARCCleanupKind()); in StartObjCMethod()1772 pushFullExprCleanup<CallObjCRelease>(getARCCleanupKind(), object); in EmitObjCConsumeObject()
2957 CleanupKind getARCCleanupKind() { in getARCCleanupKind() function
237 CleanupKind = CGF.getARCCleanupKind(); in pushTemporaryCleanup()