Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Analysis/
DExprMutationAnalyzer.cpp239 ExprMutationAnalyzer::findExprMutation(ArrayRef<BoundNodes> Matches) { in findExprMutation() function in clang::ExprMutationAnalyzer
395 return findExprMutation(MemberExprs); in findMemberMutation()
409 return findExprMutation(SubscriptExprs); in findArrayElementMutation()
437 if (const Stmt *S = findExprMutation(Casts)) in findCastMutation()
446 return findExprMutation(Calls); in findCastMutation()
525 if (const Stmt *S = findExprMutation(Ref)) in findReferenceMutation()
/openbsd/src/gnu/llvm/clang/include/clang/Analysis/Analyses/
DExprMutationAnalyzer.h55 const Stmt *findExprMutation(ArrayRef<ast_matchers::BoundNodes> Matches);