clang 20.0.0git
|
#include "Function.h"
#include "Pointer.h"
#include "PrimType.h"
#include "Record.h"
#include "Source.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/PointerUnion.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Allocator.h"
#include <map>
#include <vector>
Go to the source code of this file.
Classes | |
class | clang::interp::Program |
The program contains and links the bytecode for all functions. More... | |
class | clang::interp::Program::DeclScope |
Context to manage declaration lifetimes. More... | |
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
namespace | clang::interp |