clang 22.0.0git
Loans.h File Reference
#include "clang/AST/Decl.h"
#include "clang/Analysis/Analyses/LifetimeSafety/Utils.h"
#include "llvm/Support/raw_ostream.h"

Go to the source code of this file.

Classes

struct  clang::lifetimes::internal::AccessPath
 Represents the storage location being borrowed, e.g., a specific stack variable. More...
class  clang::lifetimes::internal::Loan
 An abstract base class for a single "Loan" which represents lending a storage in memory. More...
class  clang::lifetimes::internal::PathLoan
 PathLoan represents lending a storage location that is visible within the function's scope (e.g., a local variable on stack). More...
class  clang::lifetimes::internal::PlaceholderLoan
 A placeholder loan held by a function parameter, representing a borrow from the caller's scope. More...
class  clang::lifetimes::internal::LoanManager
 Manages the creation, storage and retrieval of loans. More...

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
namespace  clang::lifetimes
namespace  clang::lifetimes::internal

Typedefs

using clang::lifetimes::internal::LoanID = utils::ID<struct LoanTag>

Functions

llvm::raw_ostream & clang::lifetimes::internal::operator<< (llvm::raw_ostream &OS, LoanID ID)