Searched refs:EndPiece (Results 1 – 2 of 2) sorted by relevance
823 void setEndOfPath(PathDiagnosticPieceRef EndPiece) { in setEndOfPath() argument825 Loc = EndPiece->getLocation(); in setEndOfPath()827 getActivePath().push_back(std::move(EndPiece)); in setEndOfPath()
768 void setEndOfPath(std::unique_ptr<PathDiagnosticPiece> EndPiece) { in setEndOfPath() argument770 Loc = EndPiece->getLocation(); in setEndOfPath()772 getActivePath().push_back(EndPiece.release()); in setEndOfPath()