Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp191 const Stmt *tryEachMatch(ArrayRef<ast_matchers::BoundNodes> Matches, in tryEachMatch() function
311 return tryEachMatch<Expr>(Matches, this, in findExprMutation()
317 return tryEachMatch<Decl>(Matches, this, in findDeclMutation()
323 return tryEachMatch<Expr>( in findExprPointeeMutation()
329 return tryEachMatch<Decl>( in findDeclPointeeMutation()