|
clang 22.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"Go to the source code of this file.
Classes | |
| struct | clang::interp::InitLink |
| struct | clang::interp::VarCreationState |
| State encapsulating if a the variable creation has been successful, unsuccessful, or no variable has been created at all. More... | |
| class | clang::interp::Compiler< Emitter > |
| Compilation context for expressions. More... | |
| struct | clang::interp::Compiler< Emitter >::LabelInfo |
| 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::ArrayIndexScope< Emitter > |
| class | clang::interp::SourceLocScope< Emitter > |
| class | clang::interp::InitLinkScope< Emitter > |
| class | clang::interp::InitStackScope< Emitter > |
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | clang::interp |
Enumerations | |
| enum class | clang::interp::ScopeKind { clang::interp::Call , clang::interp::Block } |