Lines Matching defs:Matches
191 const Stmt *tryEachMatch(ArrayRef<ast_matchers::BoundNodes> Matches,
194 for (const auto &Nodes : Matches) {
310 ExprMutationAnalyzer::Analyzer::findExprMutation(ArrayRef<BoundNodes> Matches) {
311 return tryEachMatch<Expr>(Matches, this,
316 ExprMutationAnalyzer::Analyzer::findDeclMutation(ArrayRef<BoundNodes> Matches) {
317 return tryEachMatch<Decl>(Matches, this,
322 ArrayRef<ast_matchers::BoundNodes> Matches) {
324 Matches, this, &ExprMutationAnalyzer::Analyzer::findPointeeMutation);
328 ArrayRef<ast_matchers::BoundNodes> Matches) {
330 Matches, this, &ExprMutationAnalyzer::Analyzer::findPointeeMutation);
444 const auto Matches = match(
454 return selectFirst<Stmt>("stmt", Matches);
624 const auto Matches = match(
635 for (const auto &Nodes : Matches) {