Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:ForEach

110     qualType(functionType(), forEach(qualType(isInteger()).bind("x"))),
1344 TEST(ForEach, BindsOneNode) {
1346 recordDecl(hasName("C"), forEach(fieldDecl(hasName("x")).bind("x"))),
1350 TEST(ForEach, BindsMultipleNodes) {
1352 recordDecl(hasName("C"), forEach(fieldDecl().bind("f"))),
1356 TEST(ForEach, BindsRecursiveCombinations) {
1360 forEach(recordDecl(forEach(fieldDecl().bind("f"))))),
1429 // (for example forEach*) or matches might be discarded (for example has*)
1851 forEach(nestedNameSpecifier().bind("x"))),
1894 forEach(nestedNameSpecifierLoc().bind("x"))),