diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2009-10-21 18:38:00 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2009-10-21 18:38:00 +0000 |
commit | a63629930177da7a0eb99c3fdfb35d8618808ca1 (patch) | |
tree | 744e1cbf403e38d041c21751c9d7b49a96f5cc21 /lib/CodeGen/CodeGenFunction.h | |
parent | bfbd5df38ba91234821c48dcf14adb0e1be512f2 (diff) |
Code gen for pointer-to-datamember - WIP.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84771 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 00b07e4b68..3e65e47024 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -819,6 +819,7 @@ public: LValue EmitConditionalOperatorLValue(const ConditionalOperator *E); LValue EmitCastLValue(const CastExpr *E); LValue EmitNullInitializationLValue(const CXXZeroInitValueExpr *E); + LValue EmitPointerToDataMemberLValue(const QualifiedDeclRefExpr *E); llvm::Value *EmitIvarOffset(const ObjCInterfaceDecl *Interface, const ObjCIvarDecl *Ivar); |