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 492 class PathDiagnosticEventPiece : public PathDiagnosticSpotPiece {
502 PathDiagnosticEventPiece(const PathDiagnosticLocation &pos,
508 ~PathDiagnosticEventPiece();
586 IntrusiveRefCntPtr<PathDiagnosticEventPiece> getCallEnterEvent() const;
587 IntrusiveRefCntPtr<PathDiagnosticEventPiece>
589 IntrusiveRefCntPtr<PathDiagnosticEventPiece> getCallExitEvent() const;
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 33 if (isa<PathDiagnosticEventPiece>(*I))
58 PathDiagnosticEventPiece::~PathDiagnosticEventPiece() {}
74 IntrusiveRefCntPtr<PathDiagnosticEventPiece> CallEnter =
79 IntrusiveRefCntPtr<PathDiagnosticEventPiece> callExit =
    [all...]

Completed in 68 milliseconds