clang 19.0.0git
Classes | Namespaces
Interpreter.h File Reference
#include "clang/AST/Decl.h"
#include "clang/AST/GlobalDecl.h"
#include "clang/Interpreter/PartialTranslationUnit.h"
#include "clang/Interpreter/Value.h"
#include "clang/Sema/Ownership.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ExecutionEngine/JITSymbol.h"
#include "llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h"
#include "llvm/Support/Error.h"
#include <memory>
#include <vector>

Go to the source code of this file.

Classes

class  clang::IncrementalCompilerBuilder
 Create a pre-configured CompilerInstance for incremental processing. More...
 
class  clang::RuntimeInterfaceBuilder
 Generate glue code between the Interpreter's built-in runtime and user code. More...
 
class  clang::Interpreter
 Provides top-level interfaces for incremental compilation and execution. More...
 

Namespaces

namespace  llvm
 Diagnostic wrappers for TextAPI types for error reporting.
 
namespace  llvm::orc
 
namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.