clang 22.0.0git
|
Represents the storage location being borrowed, e.g., a specific stack variable. More...
#include "clang/Analysis/Analyses/LifetimeSafety/Loans.h"
Public Member Functions | |
AccessPath (const clang::ValueDecl *D) |
Public Attributes | |
const clang::ValueDecl * | D |
Represents the storage location being borrowed, e.g., a specific stack variable.
TODO: Model access paths of other types, e.g., s.field, heap and globals.
|
inline |
const clang::ValueDecl* clang::lifetimes::internal::AccessPath::D |
Definition at line 32 of file Loans.h.
Referenced by AccessPath().