Searched refs:findPointeeMutation (Results 1 – 2 of 2) sorted by relevance
35 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);
102 const Stmt *ExprMutationAnalyzer::findPointeeMutation(const Expr *Exp) { in findPointeeMutation() function in clang::ExprMutationAnalyzer106 const Stmt *ExprMutationAnalyzer::findPointeeMutation(const Decl *Dec) { in findPointeeMutation() function in clang::ExprMutationAnalyzer107 return tryEachDeclRef(Dec, &ExprMutationAnalyzer::findPointeeMutation); in findPointeeMutation()185 &ExprMutationAnalyzer::findPointeeMutation); in findExprPointeeMutation()191 &ExprMutationAnalyzer::findPointeeMutation); in findDeclPointeeMutation()