Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:cxxCatchStmt

1066   EXPECT_TRUE(matches("void foo() try { } catch(int X) { }", cxxCatchStmt()));
1075 cxxCatchStmt(isCatchAll())));
1077 cxxCatchStmt(isCatchAll())));