Lines Matching full:foreach
832 qualType(functionType(), forEach(qualType(isInteger()).bind("x"))),
3324 TEST(ForEach, BindsOneNode) {
3326 recordDecl(hasName("C"), forEach(fieldDecl(hasName("x")).bind("x"))),
3330 TEST(ForEach, BindsMultipleNodes) {
3332 recordDecl(hasName("C"), forEach(fieldDecl().bind("f"))),
3336 TEST(ForEach, BindsRecursiveCombinations) {
3340 forEach(recordDecl(forEach(fieldDecl().bind("f"))))),
3409 // (for example forEach*) or matches might be discarded (for example has*)
4312 forEach(nestedNameSpecifier().bind("x"))),
4355 forEach(nestedNameSpecifierLoc().bind("x"))),