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

References

tools/clang/include/clang/Analysis/PathDiagnostic.h
  566   PathDiagnosticLocation getLocation() const override { return callEnter; }
  574     callEnter.flatten();
tools/clang/lib/Analysis/PathDiagnostic.cpp
  251   FullSourceLoc X_CEL = X.callEnter.asLocation();
  252   FullSourceLoc Y_CEL = Y.callEnter.asLocation();
  858   callEnter = getLocationForCaller(CalleeCtx, CE.getLocationContext(), SM);
 1000   assert(callEnter.asLocation().isValid());
 1001   return std::make_shared<PathDiagnosticEventPiece>(callEnter, Out.str());
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  500       if (CallerIsImplicit || !Call->callEnter.asLocation().isValid())
  501         Call->callEnter = *LastCallLocation;
  513       ThisCallLocation = &Call->callEnter;
 3132   SourceLocation CallLoc = CP->callEnter.asLocation();