Home | History | Annotate | Download | only in Core

Lines Matching refs:exampleReport

2312   BugReport *exampleReport = 0;
2326 if (!exampleReport)
2327 exampleReport = I;
2352 if (!exampleReport)
2353 exampleReport = I;
2377 // ExampleReport will be NULL if all the nodes in the equivalence class
2379 return exampleReport;
2384 BugReport *exampleReport = FindReportInEquivalenceClass(EQ, bugReports);
2385 if (exampleReport) {
2389 FlushReport(exampleReport, **I, bugReports);
2394 void BugReporter::FlushReport(BugReport *exampleReport,
2400 BugType& BT = exampleReport->getBugType();
2403 D(new PathDiagnostic(exampleReport->getDeclWithIssue(),
2404 exampleReport->getBugType().getName(),
2405 exampleReport->getDescription(),
2406 exampleReport->getShortDescription(/*Fallback=*/false),
2408 exampleReport->getUniqueingLocation(),
2409 exampleReport->getUniqueingDecl()));
2428 PathDiagnosticLocation L = exampleReport->getLocation(getSourceManager());
2430 new PathDiagnosticEventPiece(L, exampleReport->getDescription());
2432 llvm::tie(Beg, End) = exampleReport->getRanges();
2439 exampleReport->getExtraText();