|
clang 22.0.0git
|
#include "clang/Analysis/Analyses/LifetimeSafety/FactsGenerator.h"#include "clang/Analysis/Analyses/LifetimeSafety/LifetimeAnnotations.h"#include "clang/Analysis/Analyses/PostOrderCFGView.h"#include "llvm/Support/Casting.h"#include "llvm/Support/TimeProfiler.h"Go to the source code of this file.
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | clang::lifetimes |
| namespace | clang::lifetimes::internal |
Functions | |
| static bool | clang::lifetimes::internal::isGslPointerType (QualType QT) |
| static bool | clang::lifetimes::internal::isPointerType (QualType QT) |
| static bool | clang::lifetimes::internal::hasOrigin (const Expr *E) |
| static bool | clang::lifetimes::internal::hasOrigin (const VarDecl *VD) |
| static const Loan * | clang::lifetimes::internal::createLoan (FactManager &FactMgr, const DeclRefExpr *DRE) |
| Creates a loan for the storage path of a given declaration reference. | |