Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h56 const Stmt *findDeclMutation(ArrayRef<ast_matchers::BoundNodes> Matches);
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp306 ExprMutationAnalyzer::findDeclMutation(ArrayRef<BoundNodes> Matches) { in findDeclMutation() function in clang::ExprMutationAnalyzer
567 return findDeclMutation(LoopVars); in findRangeLoopMutation()
599 return findDeclMutation(Refs); in findReferenceMutation()