|
clang 22.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 |
| struct | clang::interp::TypeidPointer |
| 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::Int , clang::interp::Block , clang::interp::Fn , clang::interp::Typeid } |
Functions | |
| llvm::raw_ostream & | clang::interp::operator<< (llvm::raw_ostream &OS, const Pointer &P) |