reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Analysis/Analyses/ExprMutationAnalyzer.h
   53   const Stmt *findExprMutation(ArrayRef<ast_matchers::BoundNodes> Matches);

References

tools/clang/lib/Analysis/ExprMutationAnalyzer.cpp
  304   return findExprMutation(MemberExprs);
  313   return findExprMutation(SubscriptExprs);
  326   if (const Stmt *S = findExprMutation(Casts))
  335   return findExprMutation(Calls);
  362   if (const Stmt *S = findExprMutation(Ref))