Lines Matching refs:forStmt
1567 forStmt(hasCondition(cxxBoolLiteral(equals(true)))); in TEST()
1584 forStmt(hasCondition(anything())))); in TEST()
1586 forStmt(hasLoopInit(anything())))); in TEST()
1599 forStmt(hasCondition(expr())))); in TEST()
1601 forStmt(hasLoopInit(anything())))); in TEST()
1606 forStmt(hasBody(compoundStmt())))); in TEST()
1608 forStmt(hasBody(compoundStmt())))); in TEST()
1665 compoundStmt(hasAnySubstatement(forStmt())))); in TEST()
1671 compoundStmt(hasAnySubstatement(forStmt())))); in TEST()
1676 compoundStmt(hasAnySubstatement(forStmt())))); in TEST()
1681 compoundStmt(hasAnySubstatement(forStmt())))); in TEST()
2435 EXPECT_TRUE(matches(Code, traverse(TK_AsIs, forStmt()))); in TEST()
2437 matches(Code, traverse(TK_IgnoreUnlessSpelledInSource, forStmt()))); in TEST()
4030 "if", stmt(hasDescendant(forStmt().bind("for"))), "for"))); in TEST()