clang 22.0.0git
|
#include "clang/Analysis/Analyses/LifetimeSafety/Facts.h"
#include "clang/Analysis/AnalysisDeclContext.h"
#include "clang/Analysis/CFG.h"
#include "llvm/ADT/ImmutableMap.h"
#include "llvm/ADT/ImmutableSet.h"
Go to the source code of this file.
Classes | |
class | clang::lifetimes::internal::LoanPropagationAnalysis |
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::LoanSet = llvm::ImmutableSet<LoanID> |
using | clang::lifetimes::internal::OriginLoanMap = llvm::ImmutableMap<OriginID, LoanSet> |