Searched refs:cxxCatchStmt (Results 1 – 12 of 12) sorted by relevance
32 unless(hasAncestor(cxxCatchStmt())))))) in registerMatchers()
43 unless(hasParent(cxxCatchStmt())), in registerMatchers()
32 Finder->addMatcher(cxxCatchStmt().bind("catch"), this); in registerMatchers()
1066 EXPECT_TRUE(matches("void foo() try { } catch(int X) { }", cxxCatchStmt())); in TEST()1075 cxxCatchStmt(isCatchAll()))); in TEST()1077 cxxCatchStmt(isCatchAll()))); in TEST()
323 cxxCatchStmt(anyOf(hasDescendant(varDecl()), isCatchAll())))); in TEST()
1476 EXPECT_TRUE(matches("void foo() try { } catch(int X) { }", cxxCatchStmt())); in TEST_P()1485 cxxCatchStmt(isCatchAll()))); in TEST_P()1487 cxxCatchStmt(isCatchAll()))); in TEST_P()
466 cxxCatchStmt(anyOf(hasDescendant(varDecl()), isCatchAll())))); in TEST_P()
134 REGISTER_MATCHER(cxxCatchStmt); in RegistryMaps()
174 REGISTER_MATCHER(cxxCatchStmt); in RegistryMaps()
885 const internal::VariadicDynCastAllOfMatcher<Stmt, CXXCatchStmt> cxxCatchStmt; variable
1602 const internal::VariadicDynCastAllOfMatcher<Stmt, CXXCatchStmt> cxxCatchStmt; variable
2239 cxxCatchStmt;