Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h769 void setEndOfPath(std::unique_ptr<PathDiagnosticPiece> EndPiece) { in setEndOfPath() function
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp3148 PD.setEndOfPath(std::move(LastPiece)); in generatePathDiagnostic()
3436 D->setEndOfPath(std::move(piece)); in FlushReport()