Searched defs:CXXThrowExpr (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DExprCXX.h686 /// CXXThrowExpr - [C++ 15] C++ Throw Expression. This handles
690 class CXXThrowExpr : public Expr { class in namespace:clang
702 CXXThrowExpr(Expr *expr, QualType Ty, SourceLocation l, function in class:clang::CXXThrowExpr
708 CXXThrowExpr(EmptyShell Empty) : Expr(CXXThrowExprClass, Empty) {} function in class:clang::CXXThrowExpr

Completed in 94 milliseconds