aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-05-19 23:37:41 +0000
committerDevang Patel <dpatel@apple.com>2011-05-19 23:37:41 +0000
commite7ce54074f618cc4b38fae2a05c7a28c7bf94c46 (patch)
tree1ebe45d8ccab53eac7b665b286f2a87a4f581f15 /clang/lib/CodeGen/CodeGenFunction.h
parent30ab97197905ec1711cf447e28244f5d90878dcd (diff)
downloadllvm-e7ce54074f618cc4b38fae2a05c7a28c7bf94c46.zip
llvm-e7ce54074f618cc4b38fae2a05c7a28c7bf94c46.tar.gz
llvm-e7ce54074f618cc4b38fae2a05c7a28c7bf94c46.tar.bz2
Fix location of setter/getter synthesized for a property.
llvm-svn: 131701
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index 28f5629..9aa7903 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/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,