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

Declarations

tools/clang/include/clang/Analysis/Analyses/ExprMutationAnalyzer.h
   49   const Stmt *tryEachDeclRef(const Decl *Dec, MutationFinder Finder);

References

tools/clang/lib/Analysis/ExprMutationAnalyzer.cpp
  110   return tryEachDeclRef(Dec, &ExprMutationAnalyzer::findMutation);
  118   return tryEachDeclRef(Dec, &ExprMutationAnalyzer::findPointeeMutation);