Searched defs:CXXThrowExpr (Results 1 – 2 of 2) sorted by relevance
683 CXXThrowExpr(Expr *expr, QualType Ty, SourceLocation l, in CXXThrowExpr() function689 CXXThrowExpr(EmptyShell Empty) : Expr(CXXThrowExprClass, Empty) {} in CXXThrowExpr() function712 static bool classof(const CXXThrowExpr *) { return true; } in classof()
723 DECL_VISIT_EXPR(CXXThrowExpr) { in DECL_VISIT_EXPR() argument