clang 19.0.0git
Namespaces | Macros | Functions
Value.cpp File Reference
#include "clang/Interpreter/Value.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/Type.h"
#include "clang/Interpreter/Interpreter.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_os_ostream.h"
#include <cassert>
#include <cstdint>
#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)
 

Macro Definition Documentation

◆ X

#define X (   type,
  name 
)
Value:
case BuiltinType::name: \
return Value::K_##name;