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

References

tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  548   const LocationContext *Ctx = N->getLocationContext();
  550   ProgramStateRef State = N->getState();
  551   auto CallExitLoc = N->getLocationAs<CallExitBegin>();
  554   if (!CallExitLoc || isRegionOfInterestModifiedInFrame(N))
  568         return maybeEmitNote(R, *Call, N, {}, SelfRegion, "self",
  577       return maybeEmitNote(R, *Call, N, {}, ThisR, "this",
  596         return maybeEmitNote(R, *Call, N, {}, MR, ParamName,
  606           return maybeEmitNote(R, *Call, N, *P, RegionOfInterest, ParamName,