Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:Parent

3675   //   the direct parent matches the inner matcher.
4131 for (const auto &Parent : Context->getParents(*Node)) {
4132 if (!Parents.insert(Parent.getMemoizationData()).second) {