diff options
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 2cba7d03e0..8437f29fac 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -42,6 +42,7 @@ namespace clang { class FunctionDecl; class FunctionTypeProto; class LabelStmt; + class ObjCContainerDecl; class ObjCInterfaceDecl; class ObjCIvarDecl; class ObjCMethodDecl; @@ -184,7 +185,8 @@ public: void GenerateObjCMethod(const ObjCMethodDecl *OMD); - void StartObjCMethod(const ObjCMethodDecl *MD); + void StartObjCMethod(const ObjCMethodDecl *MD, + const ObjCContainerDecl *CD); /// GenerateObjCGetter - Synthesize an Objective-C property getter /// function. |