|
clang 23.0.0git
|
#include "DeviceOffload.h"#include "IncrementalAction.h"#include "IncrementalParser.h"#include "InterpreterUtils.h"#include "clang/AST/ASTConsumer.h"#include "clang/AST/ASTContext.h"#include "clang/AST/Mangle.h"#include "clang/AST/TypeVisitor.h"#include "clang/Basic/DiagnosticSema.h"#include "clang/Basic/TargetInfo.h"#include "clang/CodeGen/CodeGenAction.h"#include "clang/CodeGen/ObjectFilePCHContainerWriter.h"#include "clang/Driver/Compilation.h"#include "clang/Driver/Driver.h"#include "clang/Driver/Job.h"#include "clang/Driver/Tool.h"#include "clang/Frontend/CompilerInstance.h"#include "clang/Frontend/FrontendAction.h"#include "clang/Frontend/MultiplexConsumer.h"#include "clang/Frontend/TextDiagnosticBuffer.h"#include "clang/FrontendTool/Utils.h"#include "clang/Interpreter/IncrementalExecutor.h"#include "clang/Interpreter/Interpreter.h"#include "clang/Interpreter/Value.h"#include "clang/Lex/PreprocessorOptions.h"#include "clang/Options/OptionUtils.h"#include "clang/Options/Options.h"#include "clang/Sema/Lookup.h"#include "clang/Serialization/ObjectFilePCHContainerReader.h"#include "llvm/ExecutionEngine/JITSymbol.h"#include "llvm/ExecutionEngine/Orc/EPCDynamicLibrarySearchGenerator.h"#include "llvm/ExecutionEngine/Orc/LLJIT.h"#include "llvm/IR/Module.h"#include "llvm/Support/Errc.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/VirtualFileSystem.h"#include "llvm/Support/raw_ostream.h"#include "llvm/TargetParser/Host.h"#include "llvm/Transforms/Utils/Cloning.h"Go to the source code of this file.
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
Macros | |
| #define | DEBUG_TYPE "clang-repl" |
Variables | |
| const char *const | clang::Runtimes |
| #define DEBUG_TYPE "clang-repl" |
Definition at line 55 of file Interpreter.cpp.