diff options
author | Anders Carlsson <andersca@mac.com> | 2010-01-31 18:34:51 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2010-01-31 18:34:51 +0000 |
commit | 3aba09376c5f49c4c8d176109ea4835bc2c528ee (patch) | |
tree | 9327456a19ee39fa56e2de8df8f77f2313b6f8b7 /lib/CodeGen/CodeGenFunction.h | |
parent | 093802675b1548f2a5f44c29938d65cce00d58bb (diff) |
Start creating CXXBindReferenceExpr nodes when binding complex types to references.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94964 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 7a8da0c95b..69b2fa222c 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -1116,6 +1116,8 @@ public: RValue EmitReferenceBindingToExpr(const Expr* E, QualType DestType, bool IsInitializer = false); + llvm::Value *EmitCXXBindReferenceExpr(const CXXBindReferenceExpr *E); + //===--------------------------------------------------------------------===// // Expression Emission //===--------------------------------------------------------------------===// |