Lines Matching refs:Matches
130 const Stmt *tryEachMatch(ArrayRef<ast_matchers::BoundNodes> Matches, in tryEachMatch() argument
133 for (const auto &Nodes : Matches) { in tryEachMatch()
229 ExprMutationAnalyzer::findExprMutation(ArrayRef<BoundNodes> Matches) { in findExprMutation() argument
230 return tryEachMatch<Expr>(Matches, this, &ExprMutationAnalyzer::findMutation); in findExprMutation()
234 ExprMutationAnalyzer::findDeclMutation(ArrayRef<BoundNodes> Matches) { in findDeclMutation() argument
235 return tryEachMatch<Decl>(Matches, this, &ExprMutationAnalyzer::findMutation); in findDeclMutation()
239 ArrayRef<ast_matchers::BoundNodes> Matches) { in findExprPointeeMutation() argument
240 return tryEachMatch<Expr>(Matches, this, in findExprPointeeMutation()
245 ArrayRef<ast_matchers::BoundNodes> Matches) { in findDeclPointeeMutation() argument
246 return tryEachMatch<Decl>(Matches, this, in findDeclPointeeMutation()
364 const auto Matches = match( in findDirectMutation() local
373 return selectFirst<Stmt>("stmt", Matches); in findDirectMutation()
540 const auto Matches = match( in findFunctionArgMutation() local
551 for (const auto &Nodes : Matches) { in findFunctionArgMutation()