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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1443 PathDiagnosticLocation DstContext = local
1445 if (!DstContext.isValid() || DstContext.asStmt() == Dst)
1449 if (llvm::find(SrcContexts, DstContext) != SrcContexts.end())
1453 Piece->setStartLocation(DstContext);
1465 getStmtParent(DstContext.getStmtOrNull(), PM)) {
1466 PrevPiece->setEndLocation(DstContext);
1477 std::make_shared<PathDiagnosticControlFlowPiece>(SrcLoc, DstContext);

Completed in 111 milliseconds