From f469557743f77918d2ca8226e2ee2888998ffd4a Mon Sep 17 00:00:00 2001 From: Fariborz Jahanian Date: Fri, 20 Mar 2009 19:18:21 +0000 Subject: More super dot-syntax property implementation when there is actually a property declaration used in the dot-syntax. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67391 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CodeGenFunction.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/CodeGen/CodeGenFunction.h') diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 8b578a6f39..a54e187658 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -673,7 +673,9 @@ public: llvm::Value *EmitObjCSelectorExpr(const ObjCSelectorExpr *E); RValue EmitObjCMessageExpr(const ObjCMessageExpr *E); RValue EmitObjCPropertyGet(const Expr *E); + RValue EmitObjCSuperPropertyGet(const Expr *Exp, const Selector &S); void EmitObjCPropertySet(const Expr *E, RValue Src); + void EmitObjCSuperPropertySet(const Expr *E, const Selector &S, RValue Src); //===--------------------------------------------------------------------===// -- cgit v1.2.3-70-g09d2