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

Declarations

tools/clang/include/clang/Analysis/Analyses/ExprMutationAnalyzer.h
   40   const Stmt *findPointeeMutation(const Decl *Dec);

References

tools/clang/include/clang/Analysis/Analyses/ExprMutationAnalyzer.h
   37     return findPointeeMutation(Dec) != nullptr;
tools/clang/lib/Analysis/ExprMutationAnalyzer.cpp
  202                             &ExprMutationAnalyzer::findPointeeMutation);