reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1291 pushFullExprCleanup<CallObjCArcUse>(getARCCleanupKind(), Object);
tools/clang/lib/CodeGen/CGDecl.cpp612 CleanupKind cleanupKind = CGF.getARCCleanupKind(); 1947 cleanupKind = getARCCleanupKind(); 2473 EHStack.pushCleanup<ConsumeARCParameter>(getARCCleanupKind(), ArgVal,tools/clang/lib/CodeGen/CGExpr.cpp
292 CleanupKind = CGF.getARCCleanupKind();
tools/clang/lib/CodeGen/CGObjC.cpp706 EHStack.pushCleanup<FinishARCDealloc>(getARCCleanupKind()); 1942 pushFullExprCleanup<CallObjCRelease>(getARCCleanupKind(), object);