Searched refs:throwExpr (Results 1 – 3 of 3) sorted by relevance
317 ObjCAtThrowStmt(SourceLocation atThrowLoc, Stmt *throwExpr) in ObjCAtThrowStmt() argument318 : Stmt(ObjCAtThrowStmtClass), Throw(throwExpr) { in ObjCAtThrowStmt()
2883 EXPECT_TRUE(notMatches("void foo() try { } catch(int X) { }", throwExpr())); in TEST()2885 throwExpr())); in TEST()2887 throwExpr())); in TEST()
918 const internal::VariadicDynCastAllOfMatcher<Stmt, CXXThrowExpr> throwExpr; variable