Lines Matching refs:forEach
731 qualType(functionType(), forEach(qualType(isInteger()).bind("x"))),
3018 TEST(ForEach, BindsOneNode) {
3020 recordDecl(hasName("C"), forEach(fieldDecl(hasName("x")).bind("x"))),
3024 TEST(ForEach, BindsMultipleNodes) {
3026 recordDecl(hasName("C"), forEach(fieldDecl().bind("f"))),
3030 TEST(ForEach, BindsRecursiveCombinations) {
3034 forEach(recordDecl(forEach(fieldDecl().bind("f"))))),
3103 // (for example forEach*) or matches might be discarded (for example has*)
3920 forEach(nestedNameSpecifier().bind("x"))),
3963 forEach(nestedNameSpecifierLoc().bind("x"))),