clang 22.0.0git
|
Represents the storage location being borrowed, e.g., a specific stack variable. More...
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.
Definition at line 34 of file LifetimeSafety.cpp.
|
inline |
Definition at line 37 of file LifetimeSafety.cpp.
const clang::ValueDecl* clang::lifetimes::internal::AccessPath::D |
Definition at line 35 of file LifetimeSafety.cpp.