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

References

tools/clang/include/clang/Analysis/PathDiagnostic.h
  575     callReturn.flatten();
tools/clang/lib/Analysis/PathDiagnostic.cpp
  259   FullSourceLoc X_CRL = X.callReturn.asLocation();
  260   FullSourceLoc Y_CRL = Y.callReturn.asLocation();
 1045   assert(callReturn.asLocation().isValid());
 1046   return std::make_shared<PathDiagnosticEventPiece>(callReturn, Out.str());
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  502       if (CallerIsImplicit || !Call->callReturn.asLocation().isValid())
  503         Call->callReturn = *LastCallLocation;
 1204       addEdgeToPath(C.getActivePath(), PrevLoc, Call->callReturn);