clang
15.0.0git
|
Scope used to handle temporaries in toplevel variable declarations. More...
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/AST/Interp/ByteCodeExprGen.h"
Public Member Functions | |
DeclScope (ByteCodeExprGen< Emitter > *Ctx, const VarDecl *VD) | |
void | addExtended (const Scope::Local &Local) override |
![]() | |
LocalScope (ByteCodeExprGen< Emitter > *Ctx) | |
~LocalScope () override | |
void | addLocal (const Scope::Local &Local) override |
void | emitDestruction () override |
Additional Inherited Members | |
![]() | |
Optional< unsigned > | Idx |
Index of the scope in the chain. More... | |
Scope used to handle temporaries in toplevel variable declarations.
Definition at line 29 of file ByteCodeExprGen.cpp.
|
inline |
Definition at line 31 of file ByteCodeExprGen.cpp.
|
inlineoverride |
Definition at line 34 of file ByteCodeExprGen.cpp.