Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h54 const Stmt *findDeclMutation(ArrayRef<ast_matchers::BoundNodes> Matches);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp234 ExprMutationAnalyzer::findDeclMutation(ArrayRef<BoundNodes> Matches) { in findDeclMutation() function in clang::ExprMutationAnalyzer
497 return findDeclMutation(LoopVars); in findRangeLoopMutation()
531 return findDeclMutation(Refs); in findReferenceMutation()