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

References

tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  380     switch (piece->getKind()) {
  382         removeRedundantMsgs(cast<PathDiagnosticCallPiece>(*piece).path);
  385         removeRedundantMsgs(cast<PathDiagnosticMacroPiece>(*piece).subPieces);
  393           auto *event = cast<PathDiagnosticEventPiece>(piece.get());
  399             piece = std::move(pieceToKeep == event ? piece : path.front());
  399             piece = std::move(pieceToKeep == event ? piece : path.front());
  411     path.push_back(std::move(piece));