Searched refs:PieceNextI (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1508 PathDiagnosticControlFlowPiece *PieceNextI = nullptr; local
1525 PieceNextI = dyn_cast<PathDiagnosticControlFlowPiece>(NextI->get());
1529 if (!PieceNextI)
1532 const Stmt *s2Start = PieceNextI->getStartLocation().getStmtOrNull();
1533 const Stmt *s2End = PieceNextI->getEndLocation().getStmtOrNull();
1551 PieceNextI->setStartLocation(PieceI->getStartLocation());
1629 const auto *PieceNextI = local
1632 if (!PieceNextI) {
1637 PieceNextI = dyn_cast<PathDiagnosticControlFlowPiece>(NextI->get());
1640 if (!PieceNextI) {
1741 const auto *PieceNextI = dyn_cast<PathDiagnosticEventPiece>(NextI->get()); local
1792 const auto *PieceNextI = dyn_cast<PathDiagnosticControlFlowPiece>(NextI->get()); local
[all...]

Completed in 137 milliseconds