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

References

tools/clang/lib/Analysis/PathDiagnostic.cpp
  255   FullSourceLoc X_CEWL = X.callEnterWithin.asLocation();
  256   FullSourceLoc Y_CEWL = Y.callEnterWithin.asLocation();
  857   callEnterWithin = PathDiagnosticLocation::createBegin(Callee, SM);
 1006   if (!callEnterWithin.asLocation().isValid())
 1020   return std::make_shared<PathDiagnosticEventPiece>(callEnterWithin, Out.str());
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  509     if (Call->callEnterWithin.asLocation().isValid() &&
  511       ThisCallLocation = &Call->callEnterWithin;
 3142   if (!AnalysisManager::isInCodeFile(CP->callEnterWithin.asLocation(), SMgr))