Searched refs:cxxThrowExpr (Results 1 – 3 of 3) sorted by relevance
1069 notMatches("void foo() try { } catch(int X) { }", cxxThrowExpr())); in TEST()1071 cxxThrowExpr())); in TEST()1073 cxxThrowExpr())); in TEST()
156 REGISTER_MATCHER(cxxThrowExpr); in RegistryMaps()
1620 const internal::VariadicDynCastAllOfMatcher<Stmt, CXXThrowExpr> cxxThrowExpr; variable