clang 22.0.0git
|
#include "clang/Interpreter/Value.h"
#include "InterpreterUtils.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/Type.h"
#include "clang/Interpreter/Interpreter.h"
#include "llvm/ADT/StringExtras.h"
#include <cassert>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. |
Macros | |
#define | X(type, name) |
Functions | |
static Value::Kind | clang::ConvertQualTypeToKind (const ASTContext &Ctx, QualType QT) |
#define X | ( | type, | |
name ) |