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

Overridden By

tools/clang/lib/Analysis/PathDiagnostic.cpp
   69 PathDiagnosticEventPiece::~PathDiagnosticEventPiece() = default;
   71 PathDiagnosticCallPiece::~PathDiagnosticCallPiece() = default;
   73 PathDiagnosticControlFlowPiece::~PathDiagnosticControlFlowPiece() = default;
   75 PathDiagnosticMacroPiece::~PathDiagnosticMacroPiece() = default;
   77 PathDiagnosticNotePiece::~PathDiagnosticNotePiece() = default;
   79 PathDiagnosticPopUpPiece::~PathDiagnosticPopUpPiece() = default;

Declarations

tools/clang/include/clang/Analysis/PathDiagnostic.h
  396   virtual ~PathDiagnosticPiece();