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 498 class PathDiagnosticEventPiece : public PathDiagnosticSpotPiece {
508 PathDiagnosticEventPiece(const PathDiagnosticLocation &pos,
514 ~PathDiagnosticEventPiece();
590 IntrusiveRefCntPtr<PathDiagnosticEventPiece> getCallEnterEvent() const;
591 IntrusiveRefCntPtr<PathDiagnosticEventPiece>
593 IntrusiveRefCntPtr<PathDiagnosticEventPiece> getCallExitEvent() const;
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 34 if (isa<PathDiagnosticEventPiece>(*I))
59 PathDiagnosticEventPiece::~PathDiagnosticEventPiece() {}
75 IntrusiveRefCntPtr<PathDiagnosticEventPiece> CallEnter =
80 IntrusiveRefCntPtr<PathDiagnosticEventPiece> callExit =
    [all...]

Completed in 241 milliseconds