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