Searched defs:PathDiagnosticEventPiece (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h498 class PathDiagnosticEventPiece : public PathDiagnosticSpotPiece { class in namespace:clang::ento
508 PathDiagnosticEventPiece(const PathDiagnosticLocation &pos, function in class:clang::ento::PathDiagnosticEventPiece
514 ~PathDiagnosticEventPiece();
590 IntrusiveRefCntPtr<PathDiagnosticEventPiece> getCallEnterEvent() const;
591 IntrusiveRefCntPtr<PathDiagnosticEventPiece>
593 IntrusiveRefCntPtr<PathDiagnosticEventPiece> getCallExitEvent() const;
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp34 if (isa<PathDiagnosticEventPiece>(*I))
59 PathDiagnosticEventPiece::~PathDiagnosticEventPiece() {}
75 IntrusiveRefCntPtr<PathDiagnosticEventPiece> CallEnter =
80 IntrusiveRefCntPtr<PathDiagnosticEventPiece> callExit =
981 IntrusiveRefCntPtr<PathDiagnosticEventPiece>
993 return new PathDiagnosticEventPiece(callEnter, Out.str());
996 IntrusiveRefCntPtr<PathDiagnosticEventPiece>
1012 return new PathDiagnosticEventPiece(callEnterWithin, Out.str());
1015 IntrusiveRefCntPtr<PathDiagnosticEventPiece>
[all...]

Completed in 136 milliseconds