Fix location of setter/getter synthesized for a property.

llvm-svn: 131701
This commit is contained in:
Devang Patel
2011-05-19 23:37:41 +00:00
parent 30ab971979
commit e7ce54074f
3 changed files with 29 additions and 8 deletions

View File

@@ -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,