Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h823 void setEndOfPath(PathDiagnosticPieceRef EndPiece) { in setEndOfPath() argument
825 Loc = EndPiece->getLocation(); in setEndOfPath()
827 getActivePath().push_back(std::move(EndPiece)); in setEndOfPath()
/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()