commit | d6901163eb4599b003a30b5973be1c16eee29698 | [log] [tgz] |
---|---|---|
author | Luca Versari <veluca@google.com> | Fri Apr 08 02:59:33 2022 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Apr 08 03:00:00 2022 -0700 |
tree | 9999cfc107549aa6977b22588b9a850c40aa3963 | |
parent | 043a36e1364ed4ef771d9caaaa7c8d96ffe79114 [diff] |
Introduce AllFreeLifetimes. For now, this function is equivalent to iterating over all the non-static lifetimes in the FunctionLifetimes and storing each visited lifetime in a DenseSet. However, this function is meant to behave differently in the presence of HRTBs. PiperOrigin-RevId: 440317977