Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h66 const Stmt *findReferenceMutation(const Expr *Exp);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp93 &ExprMutationAnalyzer::findReferenceMutation, in findMutation()
331 const Stmt *ExprMutationAnalyzer::findReferenceMutation(const Expr *Exp) { in findReferenceMutation() function in clang::ExprMutationAnalyzer