Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:forEachDescendant

1873                  forEachDescendant(varDecl(hasType(
1887 hasName("f"), forEachDescendant(varDecl().bind("d")),
1888 forEachDescendant(declRefExpr(to(decl(equalsBoundNode("d")))))),