summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/Sema.h
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2010-01-15 19:13:16 +0000
committerJohn McCall <rjmccall@apple.com>2010-01-15 19:13:16 +0000
commitd377e04489153352aad249b3a54cd4fb7c338611 (patch)
tree68bc149e85aa2c74529499b3bf64a68698278eb2 /clang/lib/Sema/Sema.h
parent86e61533823ed3b35fc10480b9af844d8f211036 (diff)
downloadbcm5719-llvm-d377e04489153352aad249b3a54cd4fb7c338611.tar.gz
bcm5719-llvm-d377e04489153352aad249b3a54cd4fb7c338611.zip
Preserve type source information for C++ named casts through template
instantiation. llvm-svn: 93533
Diffstat (limited to 'clang/lib/Sema/Sema.h')
-rw-r--r--clang/lib/Sema/Sema.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/clang/lib/Sema/Sema.h b/clang/lib/Sema/Sema.h
index e86da5d48fc..00a85f88518 100644
--- a/clang/lib/Sema/Sema.h
+++ b/clang/lib/Sema/Sema.h
@@ -1925,6 +1925,13 @@ public:
ExprArg E,
SourceLocation RParenLoc);
+ OwningExprResult BuildCXXNamedCast(SourceLocation OpLoc,
+ tok::TokenKind Kind,
+ TypeSourceInfo *Ty,
+ ExprArg E,
+ SourceRange AngleBrackets,
+ SourceRange Parens);
+
/// ActOnCXXTypeid - Parse typeid( something ).
virtual OwningExprResult ActOnCXXTypeid(SourceLocation OpLoc,
SourceLocation LParenLoc, bool isType,
OpenPOWER on IntegriCloud