Home
last modified time | relevance | path

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

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