Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h768 void setEndOfPath(std::unique_ptr<PathDiagnosticPiece> EndPiece) { in setEndOfPath() argument
770 Loc = EndPiece->getLocation(); in setEndOfPath()
772 getActivePath().push_back(EndPiece.release()); in setEndOfPath()