Searched refs:tryEachDeclRef (Results 1 – 2 of 2) sorted by relevance
49 const Stmt *tryEachDeclRef(const Decl *Dec, MutationFinder Finder);
155 return tryEachDeclRef(Dec, &ExprMutationAnalyzer::findMutation); in findMutation()163 return tryEachDeclRef(Dec, &ExprMutationAnalyzer::findPointeeMutation); in findPointeeMutation()184 const Stmt *ExprMutationAnalyzer::tryEachDeclRef(const Decl *Dec, in tryEachDeclRef() function in clang::ExprMutationAnalyzer