Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h56 const Stmt *findDeclMutation(ArrayRef<ast_matchers::BoundNodes> Matches);
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp244 ExprMutationAnalyzer::findDeclMutation(ArrayRef<BoundNodes> Matches) { in findDeclMutation() function in clang::ExprMutationAnalyzer
509 return findDeclMutation(LoopVars); in findRangeLoopMutation()
543 return findDeclMutation(Refs); in findReferenceMutation()