Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp229 ExprMutationAnalyzer::findExprMutation(ArrayRef<BoundNodes> Matches) { in findExprMutation() function in clang::ExprMutationAnalyzer
385 return findExprMutation(MemberExprs); in findMemberMutation()
399 return findExprMutation(SubscriptExprs); in findArrayElementMutation()
427 if (const Stmt *S = findExprMutation(Casts)) in findCastMutation()
436 return findExprMutation(Calls); in findCastMutation()
513 if (const Stmt *S = findExprMutation(Ref)) in findReferenceMutation()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h53 const Stmt *findExprMutation(ArrayRef<ast_matchers::BoundNodes> Matches);