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

References

tools/clang/lib/StaticAnalyzer/Checkers/ObjCUnusedIVarsChecker.cpp
  110   const ObjCInterfaceDecl *ID = D->getClassInterface();
  133   Scan(M, D);
  152   Scan(M, D->getDeclContext(), SM.getFileID(D->getLocation()), SM);
  152   Scan(M, D->getDeclContext(), SM.getFileID(D->getLocation()), SM);
  165       BR.EmitBasicReport(D, Checker, "Unused instance variable", "Optimization",