Home | History | Annotate | Download | only in ASTMatchers

Lines Matching defs:MP

530     for (const auto &MP : Matchers) {
532 Timer.setBucket(&TimeByBucket[MP.second->getID()]);
534 if (MP.first.matches(Node, this, &Builder)) {
535 MatchVisitor Visitor(ActiveASTContext, MP.second);
554 auto &MP = Matchers[I];
556 Timer.setBucket(&TimeByBucket[MP.second->getID()]);
558 if (MP.first.matchesNoKindCheck(DynNode, this, &Builder)) {
559 MatchVisitor Visitor(ActiveASTContext, MP.second);