Home
last modified time | relevance | path

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

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