Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h35 return findPointeeMutation(Exp) != nullptr; in isPointeeMutated()
38 return findPointeeMutation(Dec) != nullptr; in isPointeeMutated()
40 const Stmt *findPointeeMutation(const Expr *Exp);
41 const Stmt *findPointeeMutation(const Decl *Dec);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp102 const Stmt *ExprMutationAnalyzer::findPointeeMutation(const Expr *Exp) { in findPointeeMutation() function in clang::ExprMutationAnalyzer
106 const Stmt *ExprMutationAnalyzer::findPointeeMutation(const Decl *Dec) { in findPointeeMutation() function in clang::ExprMutationAnalyzer
107 return tryEachDeclRef(Dec, &ExprMutationAnalyzer::findPointeeMutation); in findPointeeMutation()
185 &ExprMutationAnalyzer::findPointeeMutation); in findExprPointeeMutation()
191 &ExprMutationAnalyzer::findPointeeMutation); in findDeclPointeeMutation()