Home
last modified time | relevance | path

Searched refs:findExprMutation (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp301 ExprMutationAnalyzer::findExprMutation(ArrayRef<BoundNodes> Matches) { in findExprMutation() function in clang::ExprMutationAnalyzer
456 return findExprMutation(MemberExprs); in findMemberMutation()
469 return findExprMutation(SubscriptExprs); in findArrayElementMutation()
495 if (const Stmt *S = findExprMutation(Casts)) in findCastMutation()
504 return findExprMutation(Calls); in findCastMutation()
582 if (const Stmt *S = findExprMutation(Ref)) in findReferenceMutation()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h55 const Stmt *findExprMutation(ArrayRef<ast_matchers::BoundNodes> Matches);