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

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2077 PathDiagnosticControlFlowPiece *PieceNextI = nullptr; local
2094 PieceNextI = dyn_cast<PathDiagnosticControlFlowPiece>(*NextI);
2098 if (!PieceNextI)
2101 const Stmt *s2Start = getLocStmt(PieceNextI->getStartLocation());
2102 const Stmt *s2End = getLocStmt(PieceNextI->getEndLocation());
2120 PieceNextI->setStartLocation(PieceI->getStartLocation());
2200 PathDiagnosticControlFlowPiece *PieceNextI = local
2203 if (!PieceNextI) {
2208 PieceNextI = dyn_cast<PathDiagnosticControlFlowPiece>(*NextI);
2211 if (!PieceNextI) {
2371 PathDiagnosticControlFlowPiece *PieceNextI = local
[all...]

Completed in 36 milliseconds