Searched defs:PrevPiece (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2024 PathDiagnosticControlFlowPiece *PrevPiece = local
2027 if (PrevPiece) {
2028 if (const Stmt *PrevSrc = getLocStmt(PrevPiece->getStartLocation())) {
2031 PrevPiece->setEndLocation(DstContext);

Completed in 83 milliseconds