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.h768 void setEndOfPath(std::unique_ptr<PathDiagnosticPiece> EndPiece) { in setEndOfPath() function
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp3143 PD.setEndOfPath(std::move(LastPiece)); in generatePathDiagnostic()
3433 D->setEndOfPath(std::move(piece)); in FlushReport()