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

Declarations

tools/clang/include/clang/Analysis/Analyses/ExprMutationAnalyzer.h
   39   const Stmt *findPointeeMutation(const Expr *Exp);

References

tools/clang/include/clang/Analysis/Analyses/ExprMutationAnalyzer.h
   34     return findPointeeMutation(Exp) != nullptr;
tools/clang/lib/Analysis/ExprMutationAnalyzer.cpp
  118   return tryEachDeclRef(Dec, &ExprMutationAnalyzer::findPointeeMutation);
  196                             &ExprMutationAnalyzer::findPointeeMutation);