|
clang 22.0.0git
|
Manages the creation, storage and retrieval of loans. More...
#include "clang/Analysis/Analyses/LifetimeSafety/Loans.h"
Public Member Functions | |
| LoanManager ()=default | |
| template<typename LoanType, typename... Args> | |
| LoanType * | createLoan (Args &&...args) |
| const Loan * | getLoan (LoanID ID) const |
| llvm::ArrayRef< const Loan * > | getLoans () const |
|
default |
|
inline |
Definition at line 120 of file Loans.h.
Referenced by clang::lifetimes::internal::createLoan().
Definition at line 132 of file Loans.h.
Referenced by clang::lifetimes::internal::ExpireFact::dump(), and clang::lifetimes::internal::IssueFact::dump().
|
inline |