clang 20.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 | |
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... | |
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::BlockScope< Emitter > |
Scope for storage declared in a compound statement. 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 |