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

References

tools/clang/include/clang/Analysis/Analyses/ExprMutationAnalyzer.h
   89   ExprMutationAnalyzer BodyAnalyzer;
tools/clang/lib/Analysis/ExprMutationAnalyzer.cpp
   86                          ExprMutationAnalyzer *Analyzer, F Finder) {
   99                               {&ExprMutationAnalyzer::findDirectMutation,
  100                                &ExprMutationAnalyzer::findMemberMutation,
  101                                &ExprMutationAnalyzer::findArrayElementMutation,
  102                                &ExprMutationAnalyzer::findCastMutation,
  103                                &ExprMutationAnalyzer::findRangeLoopMutation,
  104                                &ExprMutationAnalyzer::findReferenceMutation,
  105                                &ExprMutationAnalyzer::findFunctionArgMutation},
  110   return tryEachDeclRef(Dec, &ExprMutationAnalyzer::findMutation);
  118   return tryEachDeclRef(Dec, &ExprMutationAnalyzer::findPointeeMutation);
  185   return tryEachMatch<Expr>(Matches, this, &ExprMutationAnalyzer::findMutation);
  190   return tryEachMatch<Decl>(Matches, this, &ExprMutationAnalyzer::findMutation);
  196                             &ExprMutationAnalyzer::findPointeeMutation);
  202                             &ExprMutationAnalyzer::findPointeeMutation);
  441       ExprMutationAnalyzer InitAnalyzer(*Init->getInit(), Context);
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 4651       ExprMutationAnalyzer FuncAnalyzer(*FuncBody, Ctx);
tools/clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp
   64   ExprMutationAnalyzer Analyzer(*S, AST->getASTContext());