Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp135 const Stmt *tryEachMatch(ArrayRef<ast_matchers::BoundNodes> Matches, in tryEachMatch() function
240 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()