clang
10.0.0git
|
Information about a local's storage. More...
#include "/work/www-prereleases/10.0.0/rc2/docsbuild/clang/lib/AST/Interp/Function.h"
Public Attributes | |
unsigned | Offset |
Offset of the local in frame. More... | |
Descriptor * | Desc |
Descriptor of the local. More... | |
Information about a local's storage.
Definition at line 35 of file Function.h.
Descriptor* clang::interp::Scope::Local::Desc |
Descriptor of the local.
Definition at line 39 of file Function.h.
unsigned clang::interp::Scope::Local::Offset |
Offset of the local in frame.
Definition at line 37 of file Function.h.
Referenced by clang::interp::ByteCodeExprGen< Emitter >::allocateLocal(), clang::interp::ByteCodeExprGen< Emitter >::allocateLocalPrimitive(), clang::interp::EvalEmitter::fallthrough(), and clang::interp::Function::getLoc().