Searched refs:findPointeeMutation (Results 1 – 2 of 2) sorted by relevance
48 const Stmt *findPointeeMutation(const Expr *Exp);49 const Stmt *findPointeeMutation(const Decl *Dec);96 return findPointeeMutation(Exp) != nullptr; in isPointeeMutated()99 return findPointeeMutation(Dec) != nullptr; in isPointeeMutated()101 const Stmt *findPointeeMutation(const Expr *Exp) { in findPointeeMutation() function102 return A.findPointeeMutation(Exp); in findPointeeMutation()104 const Stmt *findPointeeMutation(const Decl *Dec) { in findPointeeMutation() function105 return A.findPointeeMutation(Dec); in findPointeeMutation()
277 ExprMutationAnalyzer::Analyzer::findPointeeMutation(const Expr *Exp) { in findPointeeMutation() function in clang::ExprMutationAnalyzer::Analyzer289 ExprMutationAnalyzer::Analyzer::findPointeeMutation(const Decl *Dec) { in findPointeeMutation() function in clang::ExprMutationAnalyzer::Analyzer291 &ExprMutationAnalyzer::Analyzer::findPointeeMutation); in findPointeeMutation()374 Matches, this, &ExprMutationAnalyzer::Analyzer::findPointeeMutation); in findExprPointeeMutation()380 Matches, this, &ExprMutationAnalyzer::Analyzer::findPointeeMutation); in findDeclPointeeMutation()