Home | History | Annotate | Download | only in Core

Lines Matching defs:PathDiagnosticEventPiece

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>
903 return new PathDiagnosticEventPiece(callReturn, Out.str());