Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3103 auto ConvertedPiece = std::make_shared<PathDiagnosticEventPiece>( in FlushReport() local
3106 ConvertedPiece->addRange(R); in FlushReport()
3108 Pieces.push_front(std::move(ConvertedPiece)); in FlushReport()