Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h67 const Stmt *findReferenceMutation(const Expr *Exp);
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp209 &ExprMutationAnalyzer::findReferenceMutation, in findMutation()
570 const Stmt *ExprMutationAnalyzer::findReferenceMutation(const Expr *Exp) { in findReferenceMutation() function in clang::ExprMutationAnalyzer