Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp190 const Stmt *tryEachMatch(ArrayRef<ast_matchers::BoundNodes> Matches, in tryEachMatch() function
302 return tryEachMatch<Expr>(Matches, this, &ExprMutationAnalyzer::findMutation); in findExprMutation()
307 return tryEachMatch<Decl>(Matches, this, &ExprMutationAnalyzer::findMutation); in findDeclMutation()
312 return tryEachMatch<Expr>(Matches, this, in findExprPointeeMutation()
318 return tryEachMatch<Decl>(Matches, this, in findDeclPointeeMutation()