diff options
author | Devang Patel <dpatel@apple.com> | 2011-05-19 23:37:41 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2011-05-19 23:37:41 +0000 |
commit | 8d3f8979e46f9d0b8735566eabe471db0e1e0e53 (patch) | |
tree | c3d8994ec4ae4292edb0334a0097643cea5490ea /lib/CodeGen/CodeGenFunction.h | |
parent | d1aab5be8b24f5a65f6448be27020c453ec89019 (diff) |
Fix location of setter/getter synthesized for a property.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131701 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 28f5629554..9aa7903ab7 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -1076,7 +1076,8 @@ public: void GenerateObjCMethod(const ObjCMethodDecl *OMD); void StartObjCMethod(const ObjCMethodDecl *MD, - const ObjCContainerDecl *CD); + const ObjCContainerDecl *CD, + SourceLocation StartLoc); /// GenerateObjCGetter - Synthesize an Objective-C property getter function. void GenerateObjCGetter(ObjCImplementationDecl *IMP, |