clang 18.0.0git
|
#include "ByteCodeEmitter.h"
#include "EvalEmitter.h"
#include "Pointer.h"
#include "PrimType.h"
#include "Record.h"
#include "clang/AST/Decl.h"
#include "clang/AST/Expr.h"
#include "clang/AST/StmtVisitor.h"
#include "clang/Basic/TargetInfo.h"
Go to the source code of this file.
Classes | |
class | clang::interp::ByteCodeExprGen< Emitter > |
Compilation context for expressions. More... | |
class | clang::interp::VariableScope< Emitter > |
Scope chain managing the variable lifetimes. More... | |
class | clang::interp::LocalScope< Emitter > |
Generic scope for local variables. More... | |
class | clang::interp::DestructorScope< Emitter > |
Emits the destructors of the variables of. More... | |
class | clang::interp::AutoScope< Emitter > |
Like a regular LocalScope, except that the destructors of all local variables are automatically emitted when the AutoScope is destroyed. More... | |
class | clang::interp::BlockScope< Emitter > |
Scope for storage declared in a compound statement. More... | |
class | clang::interp::ExprScope< Emitter > |
Expression scope which tracks potentially lifetime extended temporaries which are hoisted to the parent scope on exit. More... | |
class | clang::interp::ArrayIndexScope< Emitter > |
class | clang::interp::SourceLocScope< Emitter > |
Namespaces | |
namespace | clang |
namespace | clang::interp |