Searched defs:DestroyIvar (Results 1 – 2 of 2) sorted by relevance
1336 struct DestroyIvar final : EHScopeStack::Cleanup { struct1338 llvm::Value *addr;1339 const ObjCIvarDecl *ivar;1340 CodeGenFunction::Destroyer *destroyer;1341 bool useEHCleanupForArray;1343 DestroyIvar(llvm::Value *addr, const ObjCIvarDecl *ivar, in DestroyIvar() argument1349 void Emit(CodeGenFunction &CGF, Flags flags) override { in Emit()
1588 struct DestroyIvar final : EHScopeStack::Cleanup { struct1590 llvm::Value *addr;1591 const ObjCIvarDecl *ivar;1592 CodeGenFunction::Destroyer *destroyer;1593 bool useEHCleanupForArray;1595 DestroyIvar(llvm::Value *addr, const ObjCIvarDecl *ivar, in DestroyIvar() argument1601 void Emit(CodeGenFunction &CGF, Flags flags) override { in Emit()