reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
292 CleanupKind = CGF.getARCCleanupKind(); 302 CGF.pushDestroy(CleanupKind, ReferenceTemporary, 306 CGF.pushLifetimeExtendedDestroy(CleanupKind, ReferenceTemporary, 337 CleanupFn = CodeGenFunction(CGF.CGM).generateDestroyHelper( 339 CodeGenFunction::destroyCXXObject, CGF.getLangOpts().Exceptions, 341 CleanupArg = llvm::Constant::getNullValue(CGF.Int8PtrTy); 343 CleanupFn = CGF.CGM.getAddrAndTypeOfCXXStructor( 347 CGF.CGM.getCXXABI().registerGlobalDtor( 348 CGF, *cast<VarDecl>(M->getExtendingDecl()), CleanupFn, CleanupArg); 353 CGF.pushDestroy(NormalAndEHCleanup, ReferenceTemporary, E->getType(), 355 CGF.getLangOpts().Exceptions); 359 CGF.pushLifetimeExtendedDestroy(NormalAndEHCleanup, 362 CGF.getLangOpts().Exceptions);