Searched refs:hasAnySubstatement (Results 1 – 7 of 7) sorted by relevance
36 hasBody(compoundStmt(hasAnySubstatement( in registerMatchers()42 .with(hasBody(compoundStmt(hasAnySubstatement(continueStmt())) in registerMatchers()
52 hasDescendant(compoundStmt(hasAnySubstatement(Matcher)))); in wrapMatcher()
54 hasDescendant(compoundStmt(hasAnySubstatement(Matcher)))); in wrapMatcher()
281 REGISTER_MATCHER(hasAnySubstatement); in RegistryMaps()
2112 compoundStmt(hasAnySubstatement(forStmt())))); in TEST()2118 compoundStmt(hasAnySubstatement(forStmt())))); in TEST()2123 compoundStmt(hasAnySubstatement(forStmt())))); in TEST()2128 compoundStmt(hasAnySubstatement(forStmt())))); in TEST()5106 has(compoundStmt(hasAnySubstatement(ifStmt())))), in TEST()
5535 AST_POLYMORPHIC_MATCHER_P(hasAnySubstatement, in AST_POLYMORPHIC_MATCHER_P() argument
450 hasAnySubstatement(declStmt(hasSingleDecl(varDecl( in TEST_P()