clang 22.0.0git
FactsGenerator.cpp File Reference

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 Loanclang::lifetimes::internal::createLoan (FactManager &FactMgr, const DeclRefExpr *DRE)
 Creates a loan for the storage path of a given declaration reference.