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

References

tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  149     return LCM.find(&PD->getActivePath())->getSecond();
  184   PathPieces &getActivePath() { return PD->getActivePath(); }
  185   PathPieces &getMutablePieces() { return PD->getMutablePieces(); }
 1146     bool VisitedEntireCall = C.PD->isWithinCall();
 1147     C.PD->popActivePath();
 1212     C.PD->pushActivePath(&P->path);
 1972   LCM[&PD->getActivePath()] = ErrorNode->getLocationContext();
 2011   Construct.PD->setEndOfPath(LastPiece);
 2013   PathDiagnosticLocation PrevLoc = Construct.PD->getLocation();
 2053   if (!Construct.PD->path.empty()) {
 2093   return std::move(Construct.PD);