diff options
author | Anders Carlsson <andersca@mac.com> | 2009-09-14 01:10:45 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2009-09-14 01:10:45 +0000 |
commit | b9ea0b53d323cdca2b8284ff986a878e195cb97f (patch) | |
tree | 6240c6359e8c81c9e17302cd7b898de75f79b6cd /lib/CodeGen/CodeGenFunction.h | |
parent | 16a0808b7992db2c2ba78b387e1732bbb0fb371b (diff) |
Implement CodeGenFunction::EmitCXXExprWithTemporariesLValue.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81738 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 89e478b64a..9bdad225ab 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -813,7 +813,8 @@ public: LValue EmitCXXConditionDeclLValue(const CXXConditionDeclExpr *E); LValue EmitCXXConstructLValue(const CXXConstructExpr *E); LValue EmitCXXBindTemporaryLValue(const CXXBindTemporaryExpr *E); - + LValue EmitCXXExprWithTemporariesLValue(const CXXExprWithTemporaries *E); + LValue EmitObjCMessageExprLValue(const ObjCMessageExpr *E); LValue EmitObjCIvarRefLValue(const ObjCIvarRefExpr *E); LValue EmitObjCPropertyRefLValue(const ObjCPropertyRefExpr *E); |