clang
10.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 "llvm/ADT/Optional.h"
Go to the source code of this file.
Classes | |
class | clang::interp::LocalScope< Emitter > |
Scope for local variables. More... | |
class | clang::interp::RecordScope< Emitter > |
class | clang::interp::VariableScope< Emitter > |
Scope chain managing the variable lifetimes. More... | |
class | clang::interp::DeclScope< Emitter > |
Scope used to handle temporaries in toplevel variable declarations. More... | |
class | clang::interp::OptionScope< Emitter > |
Scope used to handle initialization methods. More... | |
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 > |
Scope for local variables. 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... | |
Namespaces | |
clang | |
Dataflow Directional Tag Classes. | |
clang::interp | |