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

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
  446   void markInteresting(const LocationContext *LC);

References

tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  739   BR.markInteresting(AllocI.InterestingMethodContext);
  865   markInteresting(AllocI.InterestingMethodContext);
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
 1125       BR.markInteresting(CalleeSFC);
 2805       BR.markInteresting(CEnter->getCalleeContext());