summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2012-10-11 10:13:44 +0000
committerNico Weber <nicolasweber@gmx.de>2012-10-11 10:13:44 +0000
commitcf4ff586e8c2e26041befa0941a6552ad902df2f (patch)
tree2b627ffc3b94e16f4d7878c880b7bed36f7ddeae /clang/lib/CodeGen/CodeGenFunction.h
parente4658e89d771338c429f052730e4a18586e49e19 (diff)
downloadbcm5719-llvm-cf4ff586e8c2e26041befa0941a6552ad902df2f.tar.gz
bcm5719-llvm-cf4ff586e8c2e26041befa0941a6552ad902df2f.zip
Add codegen support for __uuidof().
llvm-svn: 165710
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index 11ee36ba0c2..f24191b8718 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -1841,6 +1841,7 @@ public:
llvm::Value* EmitCXXTypeidExpr(const CXXTypeidExpr *E);
llvm::Value *EmitDynamicCast(llvm::Value *V, const CXXDynamicCastExpr *DCE);
+ llvm::Value* EmitCXXUuidofExpr(const CXXUuidofExpr *E);
void MaybeEmitStdInitializerListCleanup(llvm::Value *loc, const Expr *init);
void EmitStdInitializerListCleanup(llvm::Value *loc,
@@ -2210,6 +2211,7 @@ public:
LValue EmitCXXBindTemporaryLValue(const CXXBindTemporaryExpr *E);
LValue EmitLambdaLValue(const LambdaExpr *E);
LValue EmitCXXTypeidLValue(const CXXTypeidExpr *E);
+ LValue EmitCXXUuidofLValue(const CXXUuidofExpr *E);
LValue EmitObjCMessageExprLValue(const ObjCMessageExpr *E);
LValue EmitObjCIvarRefLValue(const ObjCIvarRefExpr *E);
OpenPOWER on IntegriCloud