Searched refs:compoundStmt (Results 1 – 5 of 5) sorted by relevance
38 ifStmt(hasParent(compoundStmt())))); in TEST()80 compoundStmt(allOf( in TEST()
119 has(compoundStmt(has(stmt().bind("id"))))), in PrintedStmtCXX98Matches()145 has(compoundStmt(has(stmt().bind("id"))))), in PrintedStmtMSMatches()
2847 EXPECT_TRUE(notMatches("void f();", compoundStmt())); in TEST()2848 EXPECT_TRUE(matches("void f() {}", compoundStmt())); in TEST()2849 EXPECT_TRUE(matches("void f() {{}}", compoundStmt())); in TEST()2856 compoundStmt())); in TEST()2858 compoundStmt())); in TEST()2863 forStmt(hasBody(compoundStmt())))); in TEST()2865 forStmt(hasBody(compoundStmt())))); in TEST()2867 whileStmt(hasBody(compoundStmt())))); in TEST()2869 doStmt(hasBody(compoundStmt())))); in TEST()2871 cxxForRangeStmt(hasBody(compoundStmt())))); in TEST()[all …]
121 REGISTER_MATCHER(compoundStmt); in RegistryMaps()
1406 const internal::VariadicDynCastAllOfMatcher<Stmt, CompoundStmt> compoundStmt; variable