Lines Matching refs:compoundStmt
1007 forStmt(hasBody(compoundStmt())))); in TEST()
1009 forStmt(hasBody(compoundStmt())))); in TEST()
1011 whileStmt(hasBody(compoundStmt())))); in TEST()
1013 doStmt(hasBody(compoundStmt())))); in TEST()
1015 cxxForRangeStmt(hasBody(compoundStmt())))); in TEST()
1016 EXPECT_TRUE(matches("void f() {}", functionDecl(hasBody(compoundStmt())))); in TEST()
1017 EXPECT_TRUE(notMatches("void f();", functionDecl(hasBody(compoundStmt())))); in TEST()
1019 functionDecl(hasBody(compoundStmt())))); in TEST()
1027 compoundStmt(hasAnySubstatement(forStmt())))); in TEST()
1033 compoundStmt(hasAnySubstatement(forStmt())))); in TEST()
1038 compoundStmt(hasAnySubstatement(forStmt())))); in TEST()
1043 compoundStmt(hasAnySubstatement(forStmt())))); in TEST()
1409 compoundStmt(forEachDescendant(ifStmt().bind("if")), in TEST()
1477 has(compoundStmt(hasAnySubstatement(ifStmt())))), in TEST()
1638 compoundStmt(hasParent(ifStmt())))); in TEST()
1641 compoundStmt(hasParent(ifStmt())))); in TEST()
1644 compoundStmt(hasParent(ifStmt())))); in TEST()
1711 hasParent(compoundStmt(hasParent(functionDecl( in TEST()
1718 hasParent(compoundStmt(hasParent(functionDecl(hasParent( in TEST()
1724 hasParent(compoundStmt( in TEST()
1732 compoundStmt(hasParent(recordDecl())))); in TEST()