Searched refs:tryEachMatch (Results 1 – 1 of 1) sorted by relevance
135 const Stmt *tryEachMatch(ArrayRef<ast_matchers::BoundNodes> Matches, in tryEachMatch() function240 return tryEachMatch<Expr>(Matches, this, &ExprMutationAnalyzer::findMutation); in findExprMutation()245 return tryEachMatch<Decl>(Matches, this, &ExprMutationAnalyzer::findMutation); in findDeclMutation()250 return tryEachMatch<Expr>(Matches, this, in findExprPointeeMutation()256 return tryEachMatch<Decl>(Matches, this, in findDeclPointeeMutation()