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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1455 auto *PrevPiece = dyn_cast<PathDiagnosticControlFlowPiece>(Prev->get()); local
1457 if (PrevPiece) {
1459 PrevPiece->getStartLocation().getStmtOrNull()) {
1463 PrevPiece->setEndLocation(DstContext);

Completed in 43 milliseconds