diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2009-08-26 23:31:30 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2009-08-26 23:31:30 +0000 |
commit | c71f094c088c60faef6e1258ebfedeb41e959061 (patch) | |
tree | 73a62185e0a5c51f161000926e90ae437f77c8bc /clang/lib/CodeGen/CodeGenFunction.h | |
parent | ce2a5e18f2eac9eaf44136db8830fa2846dc3e64 (diff) | |
download | bcm5719-llvm-c71f094c088c60faef6e1258ebfedeb41e959061.tar.gz bcm5719-llvm-c71f094c088c60faef6e1258ebfedeb41e959061.zip |
ir-gen for type convesion of class objects. WIP.
llvm-svn: 80178
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index e8f0cc5de5b..2815939517b 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -838,6 +838,8 @@ public: RValue EmitCXXOperatorMemberCallExpr(const CXXOperatorCallExpr *E, const CXXMethodDecl *MD); + RValue EmitCXXFunctionalCastExpr(const CXXFunctionalCastExpr *E); + RValue EmitBuiltinExpr(const FunctionDecl *FD, unsigned BuiltinID, const CallExpr *E); |