Searched refs:cxxThrowExpr (Results 1 – 4 of 4) sorted by relevance
144 throwExpr cxxThrowExpr
152 REGISTER_MATCHER(cxxThrowExpr); in RegistryMaps()
3551 notMatches("void foo() try { } catch(int X) { }", cxxThrowExpr())); in TEST()3553 cxxThrowExpr())); in TEST()3555 cxxThrowExpr())); in TEST()
1433 const internal::VariadicDynCastAllOfMatcher<Stmt, CXXThrowExpr> cxxThrowExpr; variable