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

/external/clang/include/clang/AST/
H A DExprCXX.h646 /// CXXThrowExpr - [C++ 15] C++ Throw Expression. This handles
650 class CXXThrowExpr : public Expr { class in namespace:clang
662 CXXThrowExpr(Expr *expr, QualType Ty, SourceLocation l, function in class:clang::CXXThrowExpr
668 CXXThrowExpr(EmptyShell Empty) : Expr(CXXThrowExprClass, Empty) {} function in class:clang::CXXThrowExpr
691 static bool classof(const CXXThrowExpr *) { return true; }

Completed in 120 milliseconds