Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h34 return findPointeeMutation(Exp) != nullptr; in isPointeeMutated()
37 return findPointeeMutation(Dec) != nullptr; in isPointeeMutated()
39 const Stmt *findPointeeMutation(const Expr *Exp);
40 const Stmt *findPointeeMutation(const Decl *Dec);
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp218 const Stmt *ExprMutationAnalyzer::findPointeeMutation(const Expr *Exp) { in findPointeeMutation() function in clang::ExprMutationAnalyzer
222 const Stmt *ExprMutationAnalyzer::findPointeeMutation(const Decl *Dec) { in findPointeeMutation() function in clang::ExprMutationAnalyzer
223 return tryEachDeclRef(Dec, &ExprMutationAnalyzer::findPointeeMutation); in findPointeeMutation()
313 &ExprMutationAnalyzer::findPointeeMutation); in findExprPointeeMutation()
319 &ExprMutationAnalyzer::findPointeeMutation); in findDeclPointeeMutation()