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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1440 PathDiagnosticLocation DstContext = local
1442 if (!DstContext.isValid() || DstContext.asStmt() == Dst)
1446 if (llvm::find(SrcContexts, DstContext) != SrcContexts.end())
1450 Piece->setStartLocation(DstContext);
1462 getStmtParent(DstContext.getStmtOrNull(), PM)) {
1463 PrevPiece->setEndLocation(DstContext);
1474 std::make_shared<PathDiagnosticControlFlowPiece>(SrcLoc, DstContext);

Completed in 111 milliseconds