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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h501 class PathDiagnosticEventPiece : public PathDiagnosticSpotPiece { class in namespace:clang::ento
511 PathDiagnosticEventPiece(const PathDiagnosticLocation &pos, function in class:clang::ento::PathDiagnosticEventPiece
517 ~PathDiagnosticEventPiece() override;
593 IntrusiveRefCntPtr<PathDiagnosticEventPiece> getCallEnterEvent() const;
594 IntrusiveRefCntPtr<PathDiagnosticEventPiece>
596 IntrusiveRefCntPtr<PathDiagnosticEventPiece> getCallExitEvent() const;
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp34 if (isa<PathDiagnosticEventPiece>(*I))
59 PathDiagnosticEventPiece::~PathDiagnosticEventPiece() {}
72 IntrusiveRefCntPtr<PathDiagnosticEventPiece> CallEnter =
77 IntrusiveRefCntPtr<PathDiagnosticEventPiece> callExit =
977 IntrusiveRefCntPtr<PathDiagnosticEventPiece>
989 return new PathDiagnosticEventPiece(callEnter, Out.str());
992 IntrusiveRefCntPtr<PathDiagnosticEventPiece>
1008 return new PathDiagnosticEventPiece(callEnterWithin, Out.str());
1011 IntrusiveRefCntPtr<PathDiagnosticEventPiece>
[all...]

Completed in 190 milliseconds