|
clang 23.0.0git
|
#include "clang/Analysis/Analyses/LifetimeSafety/Facts.h"#include "clang/Analysis/Analyses/LifetimeSafety/LiveOrigins.h"#include "clang/Analysis/Analyses/LifetimeSafety/LoanPropagation.h"#include "clang/Analysis/AnalysisDeclContext.h"#include "clang/Analysis/CFG.h"Go to the source code of this file.
Classes | |
| class | clang::lifetimes::internal::MovedLoansAnalysis |
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::MovedLoansMap = llvm::ImmutableMap<LoanID, const Expr *> |