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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1511 PathDiagnosticControlFlowPiece *PieceNextI = nullptr; local
1528 PieceNextI = dyn_cast<PathDiagnosticControlFlowPiece>(NextI->get());
1532 if (!PieceNextI)
1535 const Stmt *s2Start = PieceNextI->getStartLocation().getStmtOrNull();
1536 const Stmt *s2End = PieceNextI->getEndLocation().getStmtOrNull();
1554 PieceNextI->setStartLocation(PieceI->getStartLocation());
1632 const auto *PieceNextI = local
1635 if (!PieceNextI) {
1640 PieceNextI = dyn_cast<PathDiagnosticControlFlowPiece>(NextI->get());
1643 if (!PieceNextI) {
1744 const auto *PieceNextI = dyn_cast<PathDiagnosticEventPiece>(NextI->get()); local
1795 const auto *PieceNextI = dyn_cast<PathDiagnosticControlFlowPiece>(NextI->get()); local
[all...]

Completed in 134 milliseconds