Searched refs:tryEachDeclRef (Results 1 – 2 of 2) sorted by relevance
51 const Stmt *tryEachDeclRef(const Decl *Dec, MutationFinder Finder);
215 return tryEachDeclRef(Dec, &ExprMutationAnalyzer::findMutation); in findMutation()223 return tryEachDeclRef(Dec, &ExprMutationAnalyzer::findPointeeMutation); in findPointeeMutation()244 const Stmt *ExprMutationAnalyzer::tryEachDeclRef(const Decl *Dec, in tryEachDeclRef() function in clang::ExprMutationAnalyzer