|
clang 23.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) | |
| AccessPath (const clang::MaterializeTemporaryExpr *MTE) | |
| const clang::ValueDecl * | getAsValueDecl () const |
| const clang::MaterializeTemporaryExpr * | getAsMaterializeTemporaryExpr () const |
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 |
|
inline |
|
inline |
|
inline |