Home
last modified time | relevance | path

Searched refs:tryEachMatch (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp130 const Stmt *tryEachMatch(ArrayRef<ast_matchers::BoundNodes> Matches, in tryEachMatch() function
230 return tryEachMatch<Expr>(Matches, this, &ExprMutationAnalyzer::findMutation); in findExprMutation()
235 return tryEachMatch<Decl>(Matches, this, &ExprMutationAnalyzer::findMutation); in findDeclMutation()
240 return tryEachMatch<Expr>(Matches, this, in findExprPointeeMutation()
246 return tryEachMatch<Decl>(Matches, this, in findDeclPointeeMutation()