Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp360 ExprMutationAnalyzer::Analyzer::findExprMutation(ArrayRef<BoundNodes> Matches) { in findExprMutation() function in clang::ExprMutationAnalyzer::Analyzer
519 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()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h59 const Stmt *findExprMutation(ArrayRef<ast_matchers::BoundNodes> Matches);