Home
last modified time | relevance | path

Searched defs:DestroyIvar (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGObjC.cpp1282 struct DestroyIvar : EHScopeStack::Cleanup { struct
1284 llvm::Value *addr;
1285 const ObjCIvarDecl *ivar;
1286 CodeGenFunction::Destroyer *destroyer;
1287 bool useEHCleanupForArray;
1289 DestroyIvar(llvm::Value *addr, const ObjCIvarDecl *ivar, in DestroyIvar() function
1295 void Emit(CodeGenFunction &CGF, Flags flags) { in Emit()