Lines Matching defs:Matches
236 const Stmt *tryEachMatch(ArrayRef<ast_matchers::BoundNodes> Matches,
239 for (const auto &Nodes : Matches) {
349 ExprMutationAnalyzer::Analyzer::findExprMutation(ArrayRef<BoundNodes> Matches) {
350 return tryEachMatch<Expr>(Matches, this,
355 ExprMutationAnalyzer::Analyzer::findDeclMutation(ArrayRef<BoundNodes> Matches) {
356 return tryEachMatch<Decl>(Matches, this,
361 ArrayRef<ast_matchers::BoundNodes> Matches) {
363 Matches, this, &ExprMutationAnalyzer::Analyzer::findPointeeMutation);
367 ArrayRef<ast_matchers::BoundNodes> Matches) {
369 Matches, this, &ExprMutationAnalyzer::Analyzer::findPointeeMutation);
484 const auto Matches = match(
494 return selectFirst<Stmt>("stmt", Matches);
664 const auto Matches = match(
675 for (const auto &Nodes : Matches) {
712 const auto Matches = match(
722 return findExprMutation(Matches);
735 const auto Matches =
740 return findExprMutation(Matches);
777 const auto Matches =
784 return selectFirst<Stmt>("stmt", Matches);