Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h48 const Stmt *findMutationMemoized(const Expr *Exp,
/llvm-project-15.0.7/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp148 return findMutationMemoized(Exp, in findMutation()
164 return findMutationMemoized(Exp, {/*TODO*/}, PointeeResults); in findPointeeMutation()
171 const Stmt *ExprMutationAnalyzer::findMutationMemoized( in findMutationMemoized() function in clang::ExprMutationAnalyzer