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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1496 const auto *PieceI = dyn_cast<PathDiagnosticControlFlowPiece>(I->get()); local
1498 if (!PieceI)
1501 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull();
1502 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull();
1554 PieceNextI->setStartLocation(PieceI->getStartLocation());
1618 const auto *PieceI = dyn_cast<PathDiagnosticControlFlowPiece>(I->get()); local
1620 if (!PieceI) {
1625 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull();
1626 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull();
1688 const auto *PieceI local
1735 const auto *PieceI = dyn_cast<PathDiagnosticEventPiece>(I->get()); local
1779 auto *PieceI = dyn_cast<PathDiagnosticControlFlowPiece>(I->get()); local
[all...]

Completed in 205 milliseconds