Home | History | Annotate | Download | only in Core

Lines Matching defs:PathDiagnosticEventPiece

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