clang
15.0.0git
|
Expression scope which tracks potentially lifetime extended temporaries which are hoisted to the parent scope on exit. More...
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/AST/Interp/ByteCodeExprGen.h"
Public Member Functions | |
ExprScope (ByteCodeExprGen< Emitter > *Ctx) | |
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... | |
Expression scope which tracks potentially lifetime extended temporaries which are hoisted to the parent scope on exit.
Definition at line 318 of file ByteCodeExprGen.h.
|
inline |
Definition at line 320 of file ByteCodeExprGen.h.
|
inlineoverride |
Definition at line 322 of file ByteCodeExprGen.h.
References Parent.