Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h62 const Stmt *findArrayElementMutation(const Expr *Exp);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp146 &ExprMutationAnalyzer::findArrayElementMutation, in findMutation()
388 const Stmt *ExprMutationAnalyzer::findArrayElementMutation(const Expr *Exp) { in findArrayElementMutation() function in clang::ExprMutationAnalyzer