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

References

tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  369   unsigned N = path.size();
  377     auto piece = std::move(path.front());
  378     path.pop_front();
  392             dyn_cast<PathDiagnosticEventPiece>(path.front().get())) {
  399             piece = std::move(pieceToKeep == event ? piece : path.front());
  400             path.pop_front();
  411     path.push_back(std::move(piece));