clang 20.0.0git
|
#include "Descriptor.h"
#include "FunctionPointer.h"
#include "InterpBlock.h"
#include "clang/AST/ComparisonCategories.h"
#include "clang/AST/Decl.h"
#include "clang/AST/DeclCXX.h"
#include "clang/AST/Expr.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Classes | |
struct | clang::interp::BlockPointer |
struct | clang::interp::IntPointer |
class | clang::interp::Pointer |
A pointer to a memory block, live or dead. More... | |
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
namespace | clang::interp |
Enumerations | |
enum class | clang::interp::Storage { clang::interp::Block , clang::interp::Int , clang::interp::Fn } |
Functions | |
llvm::raw_ostream & | clang::interp::operator<< (llvm::raw_ostream &OS, const Pointer &P) |