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

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1993 PathDiagnosticLocation DstContext = local
1995 if (!DstContext.isValid() || DstContext.asStmt() == Dst)
1999 if (std::find(SrcContexts.begin(), SrcContexts.end(), DstContext) !=
2004 Piece->setStartLocation(DstContext);
2015 if (PrevSrcParent == getStmtParent(getLocStmt(DstContext), PM)) {
2016 PrevPiece->setEndLocation(DstContext);
2026 Piece = new PathDiagnosticControlFlowPiece(SrcLoc, DstContext);

Completed in 99 milliseconds