Fix location of setter/getter synthesized for a property.
llvm-svn: 131701
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user