#include "Index.h"
#include "Serialization.h"
#include "Trace.h"
#include "dex/Dex.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/Errc.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/StringSaver.h"
#include "llvm/Support/YAMLTraits.h"
#include "llvm/Support/raw_ostream.h"
#include <cstdint>
Go to the source code of this file.
|
#define | DEFINE_ENUM(name) IO.enumCase(Value, #name, SymbolKind::name) |
|
◆ DEFINE_ENUM
#define DEFINE_ENUM |
( |
|
name | ) |
IO.enumCase(Value, #name, SymbolKind::name) |