Home | History | Annotate | Download | only in Core

Lines Matching refs:PathDiagnosticEventPiece

130 static PathDiagnosticEventPiece *
131 eventsDescribeSameCondition(PathDiagnosticEventPiece *X,
132 PathDiagnosticEventPiece *Y) {
180 if (PathDiagnosticEventPiece *nextEvent =
181 dyn_cast<PathDiagnosticEventPiece>(path.front().getPtr())) {
182 PathDiagnosticEventPiece *event =
183 cast<PathDiagnosticEventPiece>(piece);
187 if (PathDiagnosticEventPiece *pieceToKeep =
245 PathDiagnosticEventPiece *event = cast<PathDiagnosticEventPiece>(piece);
545 if (PathDiagnosticEventPiece *ep =
546 dyn_cast<PathDiagnosticEventPiece>(P)) {
1491 PathDiagnosticEventPiece *p =
1492 new PathDiagnosticEventPiece(L,
1519 PathDiagnosticEventPiece *PE =
1520 new PathDiagnosticEventPiece(L, "Loop body executed 0 times");
2430 new PathDiagnosticEventPiece(L, exampleReport->getDescription());