clang 23.0.0git
SerializationFormat.h File Reference

Go to the source code of this file.

Classes

class  clang::ssaf::SerializationFormat
 Abstract base class for serialization formats. More...
struct  clang::ssaf::FormatInfoEntry< SerializerFn, DeserializerFn >

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
namespace  clang::ssaf

Macros

#define FIELD(CLASS, FIELD_NAME)

Macro Definition Documentation

◆ FIELD

#define FIELD ( CLASS,
FIELD_NAME )
Value:
static const auto &get##FIELD_NAME(const CLASS &X) { return X.FIELD_NAME; } \
static auto &get##FIELD_NAME(CLASS &X) { return X.FIELD_NAME; }
#define X(type, name)
Definition Value.h:97

Definition at line 70 of file SerializationFormat.h.