HomeSort by relevance Sort by last modified time
    Searched defs:PathDiagnosticEventPiece (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 501 class PathDiagnosticEventPiece : public PathDiagnosticSpotPiece {
511 PathDiagnosticEventPiece(const PathDiagnosticLocation &pos,
517 ~PathDiagnosticEventPiece() override;
593 IntrusiveRefCntPtr<PathDiagnosticEventPiece> getCallEnterEvent() const;
594 IntrusiveRefCntPtr<PathDiagnosticEventPiece>
596 IntrusiveRefCntPtr<PathDiagnosticEventPiece> getCallExitEvent() const;
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 34 if (isa<PathDiagnosticEventPiece>(*I))
59 PathDiagnosticEventPiece::~PathDiagnosticEventPiece() {}
72 IntrusiveRefCntPtr<PathDiagnosticEventPiece> CallEnter =
77 IntrusiveRefCntPtr<PathDiagnosticEventPiece> callExit =
    [all...]

Completed in 81 milliseconds