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 463 class PathDiagnosticEventPiece : public PathDiagnosticSpotPiece {
473 PathDiagnosticEventPiece(const PathDiagnosticLocation &pos,
479 ~PathDiagnosticEventPiece();
555 IntrusiveRefCntPtr<PathDiagnosticEventPiece> getCallEnterEvent() const;
556 IntrusiveRefCntPtr<PathDiagnosticEventPiece>
558 IntrusiveRefCntPtr<PathDiagnosticEventPiece> getCallExitEvent() const;
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 33 if (isa<PathDiagnosticEventPiece>(*I))
57 PathDiagnosticEventPiece::~PathDiagnosticEventPiece() {}
73 IntrusiveRefCntPtr<PathDiagnosticEventPiece> CallEnter =
78 IntrusiveRefCntPtr<PathDiagnosticEventPiece> callExit =
850 IntrusiveRefCntPtr<PathDiagnosticEventPiece>
862 return new PathDiagnosticEventPiece(callEnter, Out.str());
865 IntrusiveRefCntPtr<PathDiagnosticEventPiece>
881 return new PathDiagnosticEventPiece(callEnterWithin, Out.str());
884 IntrusiveRefCntPtr<PathDiagnosticEventPiece>
    [all...]

Completed in 436 milliseconds