|
clang 22.0.0git
|
#include "PrimType.h"#include "clang/AST/DeclBase.h"#include "clang/AST/Stmt.h"#include "llvm/ADT/PointerUnion.h"#include "llvm/Support/Endian.h"Go to the source code of this file.
Classes | |
| class | clang::interp::CodePtr |
| Pointer into the code segment. More... | |
| class | clang::interp::SourceInfo |
| Describes the statement/declaration an opcode was generated from. More... | |
| class | clang::interp::SourceMapper |
| Interface for classes which map locations to sources. More... | |
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | clang::interp |
Typedefs | |
| using | clang::interp::SourceMap = std::vector<std::pair<unsigned, SourceInfo>> |