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 | |
Loan & | addLoan (AccessPath Path, const Expr *IssueExpr) |
const Loan & | getLoan (LoanID ID) const |
llvm::ArrayRef< Loan > | getLoans () const |
|
default |
|
inline |
Definition at line 59 of file Loans.h.
Referenced by clang::lifetimes::internal::createLoan().
Definition at line 64 of file Loans.h.
Referenced by clang::lifetimes::internal::ExpireFact::dump(), and clang::lifetimes::internal::IssueFact::dump().
|
inline |