|
clang 22.0.0git
|
#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... | |
| struct | clang::lifetimes::internal::Loan |
| Information about a single borrow, or "Loan". 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) |