Home | History | Annotate | Download | only in Core

Lines Matching defs:PathDiagnosticEventPiece

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