Searched refs:findExprMutation (Results 1 – 2 of 2) sorted by relevance
310 ExprMutationAnalyzer::Analyzer::findExprMutation(ArrayRef<BoundNodes> Matches) { in findExprMutation() function in clang::ExprMutationAnalyzer::Analyzer468 return findExprMutation(MemberExprs); in findMemberMutation()482 return findExprMutation(SubscriptExprs); in findArrayElementMutation()508 if (const Stmt *S = findExprMutation(Casts)) in findCastMutation()517 return findExprMutation(Calls); in findCastMutation()597 if (const Stmt *S = findExprMutation(Ref)) in findReferenceMutation()
63 const Stmt *findExprMutation(ArrayRef<ast_matchers::BoundNodes> Matches);