Searched refs:findExprMutation (Results 1 – 2 of 2) sorted by relevance
360 ExprMutationAnalyzer::Analyzer::findExprMutation(ArrayRef<BoundNodes> Matches) { in findExprMutation() function in clang::ExprMutationAnalyzer::Analyzer519 return findExprMutation(MemberExprs); in findMemberMutation()533 return findExprMutation(SubscriptExprs); in findArrayElementMutation()559 if (const Stmt *S = findExprMutation(Casts)) in findCastMutation()568 return findExprMutation(Calls); in findCastMutation()648 if (const Stmt *S = findExprMutation(Ref)) in findReferenceMutation()734 return findExprMutation(Matches); in findPointeeValueMutation()752 return findExprMutation(Matches); in findPointeeMemberMutation()
59 const Stmt *findExprMutation(ArrayRef<ast_matchers::BoundNodes> Matches);