clang 22.0.0git
|
Manages the creation, storage and retrieval of loans. More...
Public Member Functions | |
LoanManager ()=default | |
Loan & | addLoan (AccessPath Path, const Expr *IssueExpr) |
const Loan & | getLoan (LoanID ID) const |
llvm::ArrayRef< Loan > | getLoans () const |
Manages the creation, storage and retrieval of loans.
Definition at line 82 of file LifetimeSafety.cpp.
|
default |
|
inline |
Definition at line 86 of file LifetimeSafety.cpp.
References Path.
Referenced by clang::lifetimes::internal::FactGenerator::VisitUnaryOperator().
Definition at line 91 of file LifetimeSafety.cpp.
References clang::lifetimes::internal::ID< Tag >::Value.
Referenced by clang::lifetimes::internal::LifetimeChecker::issuePendingWarnings().
|
inline |
Definition at line 95 of file LifetimeSafety.cpp.