diff options
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 2959c08a44..a92bac7f1e 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -497,8 +497,12 @@ public: LValue EmitLValueForField(llvm::Value* Base, FieldDecl* Field, bool isUnion, unsigned CVRQualifiers); LValue EmitLValueForIvar(llvm::Value* Base, const ObjCIvarDecl *Ivar, + const FieldDecl *Field, unsigned CVRQualifiers); + LValue EmitLValueForBitfield(llvm::Value* Base, FieldDecl* Field, + unsigned CVRQualifiers, unsigned idx); + LValue EmitCXXConditionDeclLValue(const CXXConditionDeclExpr *E); LValue EmitObjCMessageExprLValue(const ObjCMessageExpr *E); |