From b58d017f2b9eeed33f2ab3ede968b89cf5296bf2 Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Sat, 30 May 2009 23:23:33 +0000 Subject: More temporary support. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72648 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CodeGenFunction.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lib/CodeGen/CodeGenFunction.h') diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index d7d6c729ad..4411348a58 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -653,7 +653,8 @@ public: LValue EmitBlockDeclRefLValue(const BlockDeclRefExpr *E); LValue EmitCXXConditionDeclLValue(const CXXConditionDeclExpr *E); - + LValue EmitCXXConstructLValue(const CXXConstructExpr *E); + LValue EmitObjCMessageExprLValue(const ObjCMessageExpr *E); LValue EmitObjCIvarRefLValue(const ObjCIvarRefExpr *E); LValue EmitObjCPropertyRefLValue(const ObjCPropertyRefExpr *E); @@ -783,6 +784,10 @@ public: void EmitCXXConstructExpr(llvm::Value *Dest, const CXXConstructExpr *E); + RValue EmitCXXExprWithTemporaries(const CXXExprWithTemporaries *E, + llvm::Value *AggLoc = 0, + bool isAggLocVolatile = false); + //===--------------------------------------------------------------------===// // Internal Helpers //===--------------------------------------------------------------------===// -- cgit v1.2.3-70-g09d2