Searched defs:DestroyIvar (Results 1 – 1 of 1) 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() function1349 void Emit(CodeGenFunction &CGF, Flags flags) override { in Emit()