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

Declarations

tools/clang/include/clang/Analysis/Analyses/ExprMutationAnalyzer.h
   86   const Stmt *findMutation(const ParmVarDecl *Parm);

References

tools/clang/include/clang/Analysis/Analyses/ExprMutationAnalyzer.h
   84     return findMutation(Parm) != nullptr;
tools/clang/lib/Analysis/ExprMutationAnalyzer.cpp
  423         if (Analyzer->findMutation(Parm))