Home
last modified time | relevance | path

Searched refs:ConvertedPiece (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3108 auto ConvertedPiece = std::make_shared<PathDiagnosticEventPiece>( in FlushReport() local
3111 ConvertedPiece->addRange(R); in FlushReport()
3113 Pieces.push_front(std::move(ConvertedPiece)); in FlushReport()