From 0dec1e0d56c3bbccf7d61323fb2939f475ad9a0b Mon Sep 17 00:00:00 2001 From: Fariborz Jahanian Date: Wed, 28 Apr 2010 21:28:56 +0000 Subject: IRGen for initialization/destruction of ivar class objects (NeXt runtime). (radar 7900343). llvm-svn: 102533 --- clang/lib/CodeGen/CodeGenFunction.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'clang/lib/CodeGen/CodeGenFunction.h') diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index e4e98efbfaf..0cd0bd9fe3e 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -473,6 +473,8 @@ public: /// GenerateObjCGetter - Synthesize an Objective-C property getter function. void GenerateObjCGetter(ObjCImplementationDecl *IMP, const ObjCPropertyImplDecl *PID); + void GenerateObjCCtorDtorMethod(ObjCImplementationDecl *IMP, + ObjCMethodDecl *MD, bool ctor); /// GenerateObjCSetter - Synthesize an Objective-C property setter function /// for the given property. -- cgit v1.2.3