diff options
Diffstat (limited to 'lib/Sema/Sema.h')
-rw-r--r-- | lib/Sema/Sema.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/Sema/Sema.h b/lib/Sema/Sema.h index 1626f0d51c..cf22f68088 100644 --- a/lib/Sema/Sema.h +++ b/lib/Sema/Sema.h @@ -643,11 +643,10 @@ public: DeclTy **allMethods = 0, unsigned allNum = 0, DeclTy **allProperties = 0, unsigned pNum = 0); - virtual DeclTy *ActOnAddObjCProperties(SourceLocation AtLoc, - DeclTy **allProperties, + virtual DeclTy *ActOnAddObjCProperties(Scope *S, SourceLocation AtLoc, + FieldDeclarator *allProperties, unsigned NumProperties, - ObjCDeclSpec &DS); - + ObjCDeclSpec &ODS); virtual DeclTy *ActOnMethodDeclaration( SourceLocation BeginLoc, // location of the + or -. SourceLocation EndLoc, // location of the ; or {. |